remove unused + small css tweaks
This commit is contained in:
cv
2021-04-27 09:14:52 +02:00
parent ff2c38c731
commit 712df0b446
7 changed files with 5 additions and 154 deletions
@@ -11,6 +11,7 @@ export default function SettingsIconBtn(props) {
variant='outline'
onClick={clickhandler}
_focus={{ boxShadow: 'none' }}
colorScheme='whiteAlpha'
{...rest}
/>
);