Browse Source

update overview page font style

Signed-off-by: ryjiang <jiangruiyi@gmail.com>
ryjiang 1 year ago
parent
commit
6a919bac67
1 changed files with 2 additions and 2 deletions
  1. 2 2
      client/src/pages/databases/collections/overview/Overview.tsx

+ 2 - 2
client/src/pages/databases/collections/overview/Overview.tsx

@@ -29,9 +29,9 @@ const useStyles = makeStyles((theme: Theme) => ({
     height: `100%`,
     overflow: 'auto',
     '& h5': {
-      color: theme.palette.attuGrey.dark,
+      color: theme.palette.text.secondary,
       marginBottom: theme.spacing(0.5),
-      fontSize: '14px',
+      fontSize: 13,
       fontWeight: 400,
     },
   },