From 87c64cd8fba04f3d88a60ee0df07259523113bf0 Mon Sep 17 00:00:00 2001 From: Michael Muré Date: Sat, 31 Aug 2019 14:21:45 +0200 Subject: webui: upgrade to material-ui 4 --- webui/src/bug/SetTitle.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'webui/src/bug/SetTitle.js') 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', -- cgit