diff options
Diffstat (limited to 'webui/src/components/Label.tsx')
-rw-r--r-- | webui/src/components/Label.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webui/src/components/Label.tsx b/webui/src/components/Label.tsx index 1fb8caea..4aaa6bb6 100644 --- a/webui/src/components/Label.tsx +++ b/webui/src/components/Label.tsx @@ -30,7 +30,7 @@ const createStyle = (color: Color) => ({ borderBottomColor: darken(_rgb(color), 0.2), }); -const useStyles = makeStyles(theme => ({ +const useStyles = makeStyles((theme) => ({ label: { ...theme.typography.body1, padding: '1px 6px 0.5px', |