diff options
author | Michael Muré <batolettre@gmail.com> | 2019-08-31 14:21:45 +0200 |
---|---|---|
committer | Michael Muré <batolettre@gmail.com> | 2019-08-31 22:07:06 +0200 |
commit | 87c64cd8fba04f3d88a60ee0df07259523113bf0 (patch) | |
tree | 07e305fbff810d2a4bdcf79163ae60d166fbcba6 /webui/src/bug/SetTitle.js | |
parent | 0020e608935882fab0318a0e0946b47f47f14c95 (diff) | |
download | git-bug-87c64cd8fba04f3d88a60ee0df07259523113bf0.tar.gz |
webui: upgrade to material-ui 4
Diffstat (limited to 'webui/src/bug/SetTitle.js')
-rw-r--r-- | webui/src/bug/SetTitle.js | 4 |
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', |