Closed Veryyapeee closed 2 years ago
AC In order to work with custom styles in MUI we need to create custom ThemeProvider.
ThemeProvider should define colors, breakpoints, etc. basically everything which would be custom defined on Figma.
Check out the MUI docs about theme (Remember about TypeScript 8) ) ~ https://mui.com/customization/theming/
Branch issue-6-feat/ui-prepare-theme created!
AC In order to work with custom styles in MUI we need to create custom ThemeProvider.
ThemeProvider should define colors, breakpoints, etc. basically everything which would be custom defined on Figma.
Check out the MUI docs about theme (Remember about TypeScript 8) ) ~ https://mui.com/customization/theming/