CEC-3577 Style tweak (#284)

This commit is contained in:
John Wu
2023-02-17 17:32:38 -08:00
committed by GitHub
parent 749f1672da
commit 24ac0898af
3 changed files with 43 additions and 39 deletions

View File

@@ -285,6 +285,10 @@ const useStyles = makeStyles((theme) => ({
color: "blue",
textDecoration: "underline",
},
tableHeader: {
textDecorationStyle: "solid",
fontWeight:500,
}
}));
export default useStyles;