diff options
Diffstat (limited to 'webui/src/Label.js')
-rw-r--r-- | webui/src/Label.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webui/src/Label.js b/webui/src/Label.js index fc8a3a22..6edf46a2 100644 --- a/webui/src/Label.js +++ b/webui/src/Label.js @@ -27,7 +27,7 @@ const createStyle = color => ({ const useStyles = makeStyles(theme => ({ label: { - ...theme.typography.body2, + ...theme.typography.body1, padding: '0 6px', fontSize: '0.9em', margin: '0 1px', |