import { styled } from '../../styles'

export const StyledButtonGroupButton = styled('button', {
  $reset: '',
  cursor: 'pointer',
  borderRadius: '$xs',
  '&:hover': {
    backgroundColor: '$elevation3',
  },
})
