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/Timeline.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'webui/src/bug/Timeline.js') diff --git a/webui/src/bug/Timeline.js b/webui/src/bug/Timeline.js index d77e0d4b..7d1946f2 100644 --- a/webui/src/bug/Timeline.js +++ b/webui/src/bug/Timeline.js @@ -8,7 +8,7 @@ import SetTitle from './SetTitle'; const useStyles = makeStyles(theme => ({ main: { '& > *:not(:last-child)': { - marginBottom: theme.spacing.unit * 2, + marginBottom: theme.spacing(2), }, }, })); -- cgit