aboutsummaryrefslogtreecommitdiffstats
path: root/webui/src/App.js
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2019-08-31 14:21:45 +0200
committerMichael Muré <batolettre@gmail.com>2019-08-31 22:07:06 +0200
commit87c64cd8fba04f3d88a60ee0df07259523113bf0 (patch)
tree07e305fbff810d2a4bdcf79163ae60d166fbcba6 /webui/src/App.js
parent0020e608935882fab0318a0e0946b47f47f14c95 (diff)
downloadgit-bug-87c64cd8fba04f3d88a60ee0df07259523113bf0.tar.gz
webui: upgrade to material-ui 4
Diffstat (limited to 'webui/src/App.js')
-rw-r--r--webui/src/App.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/webui/src/App.js b/webui/src/App.js
index b2eb6bf0..4a52eca1 100644
--- a/webui/src/App.js
+++ b/webui/src/App.js
@@ -11,7 +11,7 @@ import ListQuery from './list/ListQuery';
const useStyles = makeStyles(theme => ({
appTitle: {
- ...theme.typography.title,
+ ...theme.typography.h6,
color: 'white',
textDecoration: 'none',
},