Add Poppins as global font, fixes button centering issue

This commit is contained in:
Dana Lambert 2021-11-08 17:10:50 +13:00
parent 2cacd25c16
commit e2a627d758

View file

@ -6,6 +6,9 @@ function App() {
palette: {
mode: 'dark',
},
typography: {
fontFamily: 'Poppins, sans-serif',
},
});
return (