diff options
Diffstat (limited to 'webui/src/App.js')
-rw-r--r-- | webui/src/App.js | 2 |
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', }, |