feat: unload - reload

This commit is contained in:
cv
2021-04-24 12:21:15 +02:00
parent ea92fc7de7
commit 75b8e9b8be
21 changed files with 151 additions and 18 deletions
@@ -9,8 +9,9 @@ export default function RollIconBtn(props) {
variant={props.active ? 'solid' : 'outline'}
onClick={props.clickHandler}
width={120}
disabled
_focus={{ boxShadow: 'none' }}
{...props}
disabled
/>
);
}