Skip to content

Commit

Permalink
Add custom primary color to theme palette
Browse files Browse the repository at this point in the history
  • Loading branch information
aelassas committed Dec 25, 2024
1 parent 153b32b commit e844a0f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions frontend/src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,13 @@ const isFr = language === 'fr'

const theme = createTheme(
{
palette: {
primary: {
main: '#1a1a1a',
// contrastText: '#003B95',
// dark: '#003B95',
},
},
typography: {
fontFamily: [
'-apple-system',
Expand Down

0 comments on commit e844a0f

Please sign in to comment.