File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff 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 : {
Original file line number Diff line number Diff 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 : {
Original file line number Diff line number Diff 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 : {
You can’t perform that action at this time.
0 commit comments