mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-22 15:39:11 +00:00
style: consistent button style
- modify add button to be consistent with main menu colours
This commit is contained in:
@@ -7,9 +7,11 @@ export default function AddIconBtn(props) {
|
|||||||
<IconButton
|
<IconButton
|
||||||
size={props.size || 'xs'}
|
size={props.size || 'xs'}
|
||||||
icon={<FiPlus />}
|
icon={<FiPlus />}
|
||||||
colorScheme='blue'
|
_expanded={{ bg: 'orange.300', color: 'white' }}
|
||||||
onClick={clickhandler}
|
|
||||||
_focus={{ boxShadow: 'none' }}
|
_focus={{ boxShadow: 'none' }}
|
||||||
|
backgroundColor={'orange.200'}
|
||||||
|
color={'orange.500'}
|
||||||
|
onClick={clickhandler}
|
||||||
{...rest}
|
{...rest}
|
||||||
/>
|
/>
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user