aboutsummaryrefslogtreecommitdiffstats
path: root/webui/src/App.js
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2019-09-04 20:15:36 +0200
committerGitHub <noreply@github.com>2019-09-04 20:15:36 +0200
commitc4bebed2f2ad1e0ec673bbfbbe445bfad963453a (patch)
tree5b80cc0267f8455a65e6f55cb631b1c8ce517e9a /webui/src/App.js
parent16af70894c0348ec90dfee69274f7d44ef2eb079 (diff)
parent0ad23d0e24d876ff9bcd6b5d83c1514de132522f (diff)
downloadgit-bug-c4bebed2f2ad1e0ec673bbfbbe445bfad963453a.tar.gz
Merge pull request #211 from MichaelMure/update-webui
Update webui
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',
},