Skip to content

Commit

Permalink
Change color of LinkItemText
Browse files Browse the repository at this point in the history
Signed-off-by: Giovanni Baratta <[email protected]>
  • Loading branch information
giovannibaratta committed May 23, 2024
1 parent a71b81f commit 0ae824b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ const LIGHT_GRAY = "#F5F5F5"
const DEEP_TEAL = "#0079A1"

export const theme = createTheme({
components: {
MuiListItemText: {
styleOverrides: {
root: {
color: DEEP_TEAL
}
}
}
},
palette: {
primary: {
main: DEEP_TEAL
Expand Down

0 comments on commit 0ae824b

Please sign in to comment.