Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore: update secondary and disabled text colors
  • Loading branch information
jaaydenh committed Aug 19, 2024
commit e43f487df0e6c74cdf659d813c16ac867f4b6a87
4 changes: 2 additions & 2 deletions site/src/theme/dark/mui.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ const muiTheme = createTheme({
},
text: {
primary: tw.zinc[50],
secondary: tw.zinc[300],
disabled: tw.zinc[400],
secondary: tw.zinc[400],
disabled: tw.zinc[500],
},
divider: tw.zinc[700],
warning: {
Expand Down
4 changes: 2 additions & 2 deletions site/src/theme/darkBlue/mui.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ const muiTheme = createTheme({
},
text: {
primary: tw.gray[50],
secondary: tw.gray[300],
disabled: tw.gray[400],
secondary: tw.gray[400],
disabled: tw.gray[500],
},
divider: tw.gray[700],
warning: {
Expand Down
4 changes: 2 additions & 2 deletions site/src/theme/light/mui.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ const muiTheme = createTheme({
},
text: {
primary: tw.zinc[950],
secondary: tw.zinc[700],
disabled: tw.zinc[600],
secondary: tw.zinc[600],
disabled: tw.zinc[500],
},
divider: tw.zinc[200],
warning: {
Expand Down
Loading