style: button disable

disable playback buttons while rolling (interface only)
This commit is contained in:
cv
2021-10-31 13:12:22 +01:00
parent 4d2769dee4
commit 03ef3e58ed
2 changed files with 11 additions and 6 deletions
@@ -6,8 +6,8 @@ export default function UnloadIconBtn(props) {
return (
<IconButton
icon={<FiXOctagon />}
colorScheme='whiteAlpha'
backgroundColor='#ffffff05'
colorScheme='red'
backgroundColor='#ff000022'
variant='outline'
onClick={clickhandler}
width={90}