Skip to content

Commit

Permalink
Change dark mode text color.
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewnguonly committed Mar 14, 2024
1 parent c44a486 commit dcaa096
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/themes/AppTheme.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ const getAppTheme = (darkMode: boolean): Theme => {
palette: {
mode: darkMode ? "dark" : "light",
primary: darkMode ? lightGreen : amber,
text: {
primary: darkMode ? "#aed581" : "#212121",
}
},
components: {
MuiButton: {
Expand Down

0 comments on commit dcaa096

Please sign in to comment.