merge upstream

This commit is contained in:
nikk gitanes
2021-06-17 16:16:32 +03:00
8 changed files with 28 additions and 19 deletions

View File

@@ -49,6 +49,7 @@ export default function App() {
secondary: { main: '#ffa724' },
tonalOffset: 0.2,
},
typography: { fontFamily: 'Open Sans, sans-serif' },
}),
[prefersDarkMode],
)

View File

@@ -74,7 +74,7 @@ export const LanguageSwitch = styled.div`
height: 35px;
width: 35px;
transition: all 0.2s;
font-weight: 500;
font-weight: 600;
display: grid;
place-items: center;
color: #eee;