Skip to content

Commit

Permalink
Add todo note
Browse files Browse the repository at this point in the history
  • Loading branch information
CarsonF committed Oct 1, 2024
1 parent 1055fff commit eb1b80c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/theme/palette.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export const createPalette = ({ dark }: { dark?: boolean }) => {
primary: {
main: mainGreen,
contrastText: '#ffffff',
// TODO could not be needed anymore with change to primary green
// default is lighten main color by 0.2
light: lighten(mainGreen, 0.4),
},
Expand Down

0 comments on commit eb1b80c

Please sign in to comment.