Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fb6b954

Browse files
authored
chore: update secondary and disabled text colors (#14355)
1 parent ded612d commit fb6b954

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

site/src/theme/dark/mui.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ const muiTheme = createTheme({
2424
},
2525
text: {
2626
primary: tw.zinc[50],
27-
secondary: tw.zinc[300],
28-
disabled: tw.zinc[400],
27+
secondary: tw.zinc[400],
28+
disabled: tw.zinc[500],
2929
},
3030
divider: tw.zinc[700],
3131
warning: {

site/src/theme/darkBlue/mui.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ const muiTheme = createTheme({
2424
},
2525
text: {
2626
primary: tw.gray[50],
27-
secondary: tw.gray[300],
28-
disabled: tw.gray[400],
27+
secondary: tw.gray[400],
28+
disabled: tw.gray[500],
2929
},
3030
divider: tw.gray[700],
3131
warning: {

site/src/theme/light/mui.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ const muiTheme = createTheme({
2727
},
2828
text: {
2929
primary: tw.zinc[950],
30-
secondary: tw.zinc[700],
31-
disabled: tw.zinc[600],
30+
secondary: tw.zinc[600],
31+
disabled: tw.zinc[500],
3232
},
3333
divider: tw.zinc[200],
3434
warning: {

0 commit comments

Comments
 (0)