瀏覽代碼

recover textBtn color

Signed-off-by: ryjiang <jiangruiyi@gmail.com>
ryjiang 1 年之前
父節點
當前提交
ff06d0be85
共有 1 個文件被更改,包括 1 次插入0 次删除
  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',
     fontWeight: 'bold',
   },
   },
   textBtn: {
   textBtn: {
+    color: theme.palette.primary.main,
     padding: theme.spacing(1),
     padding: theme.spacing(1),
 
 
     '&:hover': {
     '&:hover': {