File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ const muiTheme = createTheme({
24
24
} ,
25
25
text : {
26
26
primary : tw . zinc [ 50 ] ,
27
- secondary : tw . zinc [ 300 ] ,
28
- disabled : tw . zinc [ 400 ] ,
27
+ secondary : tw . zinc [ 400 ] ,
28
+ disabled : tw . zinc [ 500 ] ,
29
29
} ,
30
30
divider : tw . zinc [ 700 ] ,
31
31
warning : {
Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ const muiTheme = createTheme({
24
24
} ,
25
25
text : {
26
26
primary : tw . gray [ 50 ] ,
27
- secondary : tw . gray [ 300 ] ,
28
- disabled : tw . gray [ 400 ] ,
27
+ secondary : tw . gray [ 400 ] ,
28
+ disabled : tw . gray [ 500 ] ,
29
29
} ,
30
30
divider : tw . gray [ 700 ] ,
31
31
warning : {
Original file line number Diff line number Diff line change @@ -27,8 +27,8 @@ const muiTheme = createTheme({
27
27
} ,
28
28
text : {
29
29
primary : tw . zinc [ 950 ] ,
30
- secondary : tw . zinc [ 700 ] ,
31
- disabled : tw . zinc [ 600 ] ,
30
+ secondary : tw . zinc [ 600 ] ,
31
+ disabled : tw . zinc [ 500 ] ,
32
32
} ,
33
33
divider : tw . zinc [ 200 ] ,
34
34
warning : {
You can’t perform that action at this time.
0 commit comments