Restores radio group item to style panel, cleans up components

This commit is contained in:
Steve Ruiz 2021-07-13 22:13:31 +01:00
parent 109e7adc44
commit dfcc612fbe
5 changed files with 53 additions and 37 deletions

View file

@ -216,6 +216,10 @@ export const Item = styled('button', {
pointerEvents: 'all',
cursor: 'pointer',
'&:focus': {
backgroundColor: '$hover',
},
'&:hover:not(:disabled)': {
backgroundColor: '$hover',
'& svg': {