ashishkarki / DijitallNotarer

DijitallNotarer is a digital notarization platform using NestJS (backend), Next.js (frontend), and GraphQL APIs. It integrates LocalStack for AWS services, features a monorepo with Yarn workspaces, and includes CI/CD with GitHub Actions. Ideal for showcasing serverless and modern web tech stacks.
MIT License
0 stars 0 forks source link

Frontend: Implement Global Theming with Chakra UI #18

Closed ashishkarki closed 4 days ago

ashishkarki commented 4 days ago

Ticket Description: Set up a centralised design system using Chakra UI's theming capabilities. This task will involve defining global styles such as brand colours, typography, and component variants to ensure consistent design across the application. The theming will include: Colour Palette: Define brand colours (primary, secondary, success, danger, etc.) for use in buttons, text, and backgrounds. Typography: Set consistent fonts and styles for headers, body text, and other components.

This task will simplify future design consistency and ensure that components across the app adhere to the same design standards.

ashishkarki commented 4 days ago

Done adding theming using chakra-ui