Improves style panel, simplifies color component

This commit is contained in:
Steve Ruiz 2021-07-13 22:20:16 +01:00
parent dfcc612fbe
commit ccb3933865
5 changed files with 29 additions and 50 deletions

View file

@ -222,11 +222,6 @@ export const Item = styled('button', {
'&:hover:not(:disabled)': {
backgroundColor: '$hover',
'& svg': {
stroke: '$text',
fill: '$text',
strokeWidth: '0',
},
},
'&:disabled': {