style: go dark

This commit is contained in:
cv
2021-04-15 13:51:51 +02:00
parent 8f9eb970d3
commit c25633ade4
21 changed files with 270 additions and 185 deletions
@@ -5,7 +5,8 @@ export default function NextIconBtn(props) {
return (
<IconButton
icon={<FiSkipForward />}
colorScheme= 'blackAlpha'
colorScheme= 'whiteAlpha'
backgroundColor='#ffffff05'
variant= 'outline'
onClick={props.clickHandler}
width={90}
@@ -5,7 +5,8 @@ export default function PrevIconBtn(props) {
return (
<IconButton
icon={<FiSkipBack />}
colorScheme= 'blackAlpha'
colorScheme= 'whiteAlpha'
backgroundColor='#ffffff05'
variant= 'outline'
onClick={props.clickHandler}
width={90}