mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-11 10:23:54 +00:00
feat: expand collapse
This commit is contained in:
@@ -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' }}
|
||||
|
||||
Reference in New Issue
Block a user