aboutsummaryrefslogtreecommitdiffstats
path: root/webui/src/Label.js
diff options
context:
space:
mode:
Diffstat (limited to 'webui/src/Label.js')
-rw-r--r--webui/src/Label.js7
1 files changed, 4 insertions, 3 deletions
diff --git a/webui/src/Label.js b/webui/src/Label.js
index fc8a3a22..e5b00b12 100644
--- a/webui/src/Label.js
+++ b/webui/src/Label.js
@@ -27,10 +27,11 @@ const createStyle = color => ({
const useStyles = makeStyles(theme => ({
label: {
- ...theme.typography.body2,
- padding: '0 6px',
+ ...theme.typography.body1,
+ padding: '1px 6px 0.5px',
fontSize: '0.9em',
- margin: '0 1px',
+ fontWeight: '500',
+ margin: '0.05em 1px calc(-1.5px + 0.05em)',
borderRadius: '3px',
display: 'inline-block',
borderBottom: 'solid 1.5px',