style: bigger icons

This commit is contained in:
cv
2021-06-04 12:34:07 +02:00
parent c5db68fa26
commit 706aca57fe
7 changed files with 27 additions and 25 deletions
@@ -10,9 +10,6 @@ export default function MaxIconBtn(props) {
size={props.size || 'xs'}
icon={<FiMaximize />}
colorScheme='white'
variant='outline'
isRound
borderColor='#fff1'
onClick={clickhandler}
_focus={{ boxShadow: 'none' }}
{...rest}