mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-15 12:23:51 +00:00
style: go dark
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user