fix: improved UI

This commit is contained in:
Morten Olsen
2023-06-19 09:25:03 +02:00
parent 11299a31fa
commit 85b88822b4
28 changed files with 618 additions and 124 deletions

View File

@@ -6,7 +6,6 @@ type UIProviderProps = {
};
// @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;600;700&display=swap');
const GlobalStyle = createGlobalStyle`
* {
box-sizing: border-box;
overflow-wrap: break-word;
@@ -24,6 +23,7 @@ const GlobalStyle = createGlobalStyle`
body {
background-color: ${({ theme }) => theme.colors.bg.base};
background-image: linear-gradient(to right, rgb(38, 39, 54), rgb(25, 26, 35));
color: ${({ theme }) => theme.colors.text.base};
margin: 0;
padding: 0;