aboutsummaryrefslogtreecommitdiffstats
path: root/webui/src/pages/bug/LabelChange.tsx
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2020-02-16 02:04:57 +0100
committerMichael Muré <batolettre@gmail.com>2020-02-16 02:20:05 +0100
commite408ca8a2851d44ae105bf4e226b05eff609950e (patch)
treeb86173953cdde744fe9340078a492b0cd27c6473 /webui/src/pages/bug/LabelChange.tsx
parent602f91148b853b781d38506cbaadce011972da1d (diff)
downloadgit-bug-e408ca8a2851d44ae105bf4e226b05eff609950e.tar.gz
webui: minor styling of the timeline events
Diffstat (limited to 'webui/src/pages/bug/LabelChange.tsx')
-rw-r--r--webui/src/pages/bug/LabelChange.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/webui/src/pages/bug/LabelChange.tsx b/webui/src/pages/bug/LabelChange.tsx
index 764947ee..93fa8a32 100644
--- a/webui/src/pages/bug/LabelChange.tsx
+++ b/webui/src/pages/bug/LabelChange.tsx
@@ -10,7 +10,7 @@ import { LabelChangeFragment } from './LabelChangeFragment.generated';
const useStyles = makeStyles(theme => ({
main: {
- ...theme.typography.body1,
+ ...theme.typography.body2,
marginLeft: theme.spacing(1) + 40,
},
author: {