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

@ -94,7 +94,7 @@ function FontControls(props: FontControlsProps): JSX.Element {
alignItems: 'center',
fontSize: '12px',
background: '#FFFFFF',
border: '1px sold #E1E1E1',
border: '1px sold $thBorderColor',
fontFamily: props.readerSettings.fontFamily,
textTransform: 'capitalize',
borderRadius: '4px',