File tree 1 file changed +12
-0
lines changed
packages/react-components/react-button/library/src/components/Button
1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -373,6 +373,10 @@ const useRootDisabledStyles = makeStyles({
373
373
...shorthands . borderColor ( 'GrayText' ) ,
374
374
color : 'GrayText' ,
375
375
376
+ [ `& .${ buttonClassNames . icon } ` ] : {
377
+ color : 'GrayText' ,
378
+ } ,
379
+
376
380
':focus' : {
377
381
...shorthands . borderColor ( 'GrayText' ) ,
378
382
} ,
@@ -381,12 +385,20 @@ const useRootDisabledStyles = makeStyles({
381
385
backgroundColor : 'ButtonFace' ,
382
386
...shorthands . borderColor ( 'GrayText' ) ,
383
387
color : 'GrayText' ,
388
+
389
+ [ `& .${ buttonClassNames . icon } ` ] : {
390
+ color : 'GrayText' ,
391
+ } ,
384
392
} ,
385
393
386
394
':hover:active' : {
387
395
backgroundColor : 'ButtonFace' ,
388
396
...shorthands . borderColor ( 'GrayText' ) ,
389
397
color : 'GrayText' ,
398
+
399
+ [ `& .${ buttonClassNames . icon } ` ] : {
400
+ color : 'GrayText' ,
401
+ } ,
390
402
} ,
391
403
} ,
392
404
} ,
You can’t perform that action at this time.
0 commit comments