From db134dbc1c6f785d6005c235ed3e261e4744e51a Mon Sep 17 00:00:00 2001 From: Thomas Nordquist Date: Mon, 8 Apr 2019 09:27:25 +0200 Subject: [PATCH] Fix font-size layout issues --- app/src/index.tsx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/src/index.tsx b/app/src/index.tsx index 7113e79..1c3e18e 100644 --- a/app/src/index.tsx +++ b/app/src/index.tsx @@ -49,6 +49,11 @@ function createTheme(type: 'light' | 'dark') { disabledBackground: '#fafafa', }, }, + typography: { + body1: { + fontSize: '0.9rem', + }, + }, }) } }