chore: update secondary and disabled text colors (#14355)

This commit is contained in:
Jaayden Halko
2024-08-26 12:22:32 -04:00
committed by GitHub
parent ded612d3ec
commit fb6b954222
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -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: {
+2 -2
View File
@@ -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: {
+2 -2
View File
@@ -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: {