diff options
Diffstat (limited to 'webui/src/bug/LabelChange.js')
-rw-r--r-- | webui/src/bug/LabelChange.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/webui/src/bug/LabelChange.js b/webui/src/bug/LabelChange.js index 2405fdb5..4773e7eb 100644 --- a/webui/src/bug/LabelChange.js +++ b/webui/src/bug/LabelChange.js @@ -7,8 +7,8 @@ import Label from '../Label'; const useStyles = makeStyles(theme => ({ main: { - ...theme.typography.body2, - marginLeft: theme.spacing.unit + 40, + ...theme.typography.body1, + marginLeft: theme.spacing(1) + 40, }, author: { fontWeight: 'bold', |