Skip to content

Commit

Permalink
Merge branch 'daniel-schwartz-k:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
danielschwartz85 authored Jul 26, 2023
2 parents 44122eb + c46beb1 commit b484c55
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/src/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ export const DarkTheme: ThemeOptions = {
export const LightTheme: ThemeOptions = {
palette: {
primary: {
main: '#3f51b5',
main: '#371cad',
},
secondary: {
main: '#f50057',
main: '#e752a9',
},
text: { primary: '#3f51b5' },
text: { primary: '#371cad' },
background: {
default: '#fafafa',
paper: '#FFFFFF',
Expand Down

0 comments on commit b484c55

Please sign in to comment.