Pārlūkot izejas kodu

recover textBtn color

Signed-off-by: ryjiang <jiangruiyi@gmail.com>
ryjiang 1 gadu atpakaļ
vecāks
revīzija
ff06d0be85
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1 0
      client/src/components/customButton/CustomButton.tsx

+ 1 - 0
client/src/components/customButton/CustomButton.tsx

@@ -7,6 +7,7 @@ const buttonStyle = makeStyles(theme => ({
     fontWeight: 'bold',
   },
   textBtn: {
+    color: theme.palette.primary.main,
     padding: theme.spacing(1),
 
     '&:hover': {