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', + }, + }, }) } }