feat: apply new style on side-navigation component

This commit is contained in:
Sonny
2024-05-10 16:30:27 +02:00
committed by Sonny
parent 5f5eece627
commit b5cda75790
22 changed files with 193 additions and 624 deletions

View File

@@ -5,8 +5,8 @@ const documentStyle = css({
'html, body, #app': {
height: '100svh',
width: '100svw',
fontFamily: "'Segoe UI', Tahoma, Geneva, Verdana, sans-serif",
fontSize: '17px',
fontFamily: "'Poppins', sans-serif",
fontSize: '14px',
color: theme.colors.font,
backgroundColor: theme.colors.background,
display: 'flex',

View File

@@ -8,7 +8,7 @@ const white = '#fff';
const lightestGrey = '#dadce0';
const lightGrey = '#f0eef6';
const grey = '#aaa';
const grey = '#888888';
const darkGrey = '#4b5563';
const lightestBlue = '#d3e8fa';
@@ -17,7 +17,8 @@ const blue = '#3f88c5';
const darkBlue = '#005aa5';
const darkestBlue = '#1f2937';
const lightRed = '#ffbabab9';
const lightestRed = '#ffbabab9';
const lightRed = '#FF5A5A';
const red = '#d8000c';
const lightGreen = '#c1ffbab9';
@@ -48,6 +49,7 @@ export const theme: Theme = {
darkBlue,
darkestBlue,
lightestRed,
lightRed,
red,