mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
chore: update secondary and disabled text colors (#14355)
This commit is contained in:
@@ -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: {
|
||||
|
||||
@@ -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: {
|
||||
|
||||
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user