feat: expand collapse

This commit is contained in:
cv
2021-05-20 08:34:03 +02:00
parent 34481b57c6
commit c912a61b57
6 changed files with 110 additions and 23 deletions
@@ -7,7 +7,7 @@ export default function CollapseBtn(props) {
<Button
size={props.size || 'xs'}
leftIcon={<FiChevronsUp />}
colorScheme='whiteAlpha'
colorScheme='white'
variant='outline'
onClick={clickhandler}
_focus={{ boxShadow: 'none' }}
@@ -7,7 +7,7 @@ export default function ExpandBtn(props) {
<Button
size={props.size || 'xs'}
leftIcon={<FiChevronsDown />}
colorScheme='whiteAlpha'
colorScheme='white'
variant='outline'
onClick={clickhandler}
_focus={{ boxShadow: 'none' }}