mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-15 04:13:47 +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}
|
||||
|
||||
@@ -22,5 +22,5 @@
|
||||
text-align: center;
|
||||
letter-spacing: 0.1em;
|
||||
font-weight: 600;
|
||||
color: #333;
|
||||
color: #fffffa;
|
||||
}
|
||||
|
||||
@@ -4,7 +4,8 @@
|
||||
color: white;
|
||||
font-weight: 600;
|
||||
|
||||
background-color: #319795;
|
||||
background-color: #ff5b7e;
|
||||
border: 1px solid rgba(255,255,255,0.47);
|
||||
width: 1.5em;
|
||||
border-radius: 1em;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user