colburncodes / social

Social is a boilerplate that you can use for an unlimited number of projects. Whether you're trying to learn how to structure your own app or want to rapidly spin up a number of features, it sets you up with a powerful set of features.
https://staging.socialio.site/
5 stars 1 forks source link

Implement Custom Theme Using MantineProvider #70

Closed colburncodes closed 8 months ago

colburncodes commented 8 months ago

As a developer, I want to implement a custom theme using Mantine's Mantine Provider Mantine So that the application has a consistent look and feel that aligns with our brand identity.

Acceptance Criteria

  1. Primary and Secondary Colors
  2. Font Customization: Brand-specific font family for all text.
  3. Dark Mode Support: dark mode theme variant.
  4. Consistency: all components used throughout the app should adhere to the custom theme settings
  5. Responsive: Theme should ensure UI components are responsive and render well on different devices.

Technical Details

Priority

Medium - Important for brand identity but not immediately critical to the app functionality.

Esitmated Effort

3-5 days - Requires designing the theme and implementing it across existing components