aboutsummaryrefslogtreecommitdiffstats
path: root/webui/src/bug/SetTitle.js
diff options
context:
space:
mode:
Diffstat (limited to 'webui/src/bug/SetTitle.js')
-rw-r--r--webui/src/bug/SetTitle.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/webui/src/bug/SetTitle.js b/webui/src/bug/SetTitle.js
index 9ba5a76e..e4c30a8d 100644
--- a/webui/src/bug/SetTitle.js
+++ b/webui/src/bug/SetTitle.js
@@ -6,8 +6,8 @@ import Date from '../Date';
const useStyles = makeStyles(theme => ({
main: {
- ...theme.typography.body2,
- marginLeft: theme.spacing.unit + 40,
+ ...theme.typography.body1,
+ marginLeft: theme.spacing(1) + 40,
},
bold: {
fontWeight: 'bold',