diff --git a/client/src/common/components/buttons/AddIconBtn.jsx b/client/src/common/components/buttons/AddIconBtn.jsx index 9133a1a7b..59153d97c 100644 --- a/client/src/common/components/buttons/AddIconBtn.jsx +++ b/client/src/common/components/buttons/AddIconBtn.jsx @@ -7,9 +7,11 @@ export default function AddIconBtn(props) { } - colorScheme='blue' - onClick={clickhandler} + _expanded={{ bg: 'orange.300', color: 'white' }} _focus={{ boxShadow: 'none' }} + backgroundColor={'orange.200'} + color={'orange.500'} + onClick={clickhandler} {...rest} /> );