Skip to content

Commit

Permalink
fix(style): reduce fontSize in history tab
Browse files Browse the repository at this point in the history
  • Loading branch information
tristan-gueguen committed Nov 14, 2024
1 parent e9192f3 commit fafe7a0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions web/controller/components/noLic/ControllerControlNoLic.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ import Notice from "../../../common/Notice";

const useStyles = makeStyles(theme => ({
middleTab: {
fontSize: "0.75rem",
flexGrow: 1.5,
opacity: 1,
color: "rgb(255,255,255,0.5)",
Expand All @@ -29,6 +30,7 @@ const useStyles = makeStyles(theme => ({
}
},
tab: {
fontSize: "0.75rem",
opacity: 1,
color: "rgb(255,255,255,0.5)",
"&.Mui-selected": {
Expand Down

0 comments on commit fafe7a0

Please sign in to comment.