Work on dark mode

This commit is contained in:
Jackson Harper
2023-03-03 12:15:02 +08:00
parent e09aaf0347
commit 3eb74251da
11 changed files with 86 additions and 50 deletions

View File

@ -33,8 +33,8 @@ export function ReaderHeader(props: ReaderHeaderProps): JSX.Element {
'@lgDown': {
height: MOBILE_HEIGHT,
pt: '0px',
bg: '$grayBg',
borderBottom: '1px solid #E1E1E1',
bg: '$thBackground',
borderBottom: '1px solid $thBorderColor',
},
}}
>