mirror of
https://github.com/spacebarchat/client.git
synced 2024-11-22 10:22:30 +01:00
fix dark theme colors
This commit is contained in:
parent
47a3440d4f
commit
947aad7130
@ -83,9 +83,9 @@ export const ThemePresets: Record<string, Theme> = {
|
||||
},
|
||||
dark: {
|
||||
backgroundPrimary: "#2e2e2e",
|
||||
backgroundPrimaryAlt: "#2b2b2b",
|
||||
backgroundSecondary: "#282828",
|
||||
backgroundSecondaryAlt: "#212121",
|
||||
backgroundPrimaryAlt: "#2a2a2a",
|
||||
backgroundSecondary: "#232323",
|
||||
backgroundSecondaryAlt: "#1e1e1e",
|
||||
backgroundTertiary: "#171717",
|
||||
text: "#e9e2e1",
|
||||
textSecondary: "#bdbdbd",
|
||||
|
@ -22,7 +22,7 @@ export const Wrapper = styled(Container)`
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
height: 100vh;
|
||||
background-color: var(--background-secondary);
|
||||
background-color: var(--background-tertiary);
|
||||
`;
|
||||
|
||||
export const AuthBox = styled(Container)`
|
||||
|
@ -21,7 +21,7 @@ const Wrapper = styled(Container)`
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
height: 100vh;
|
||||
background-color: var(--background-secondary);
|
||||
background-color: var(--background-tertiary);
|
||||
`;
|
||||
|
||||
const AuthBox = styled(Container)`
|
||||
|
Loading…
Reference in New Issue
Block a user