UNPKG

tweak-tools

Version:

Tweak your React projects until awesomeness

11 lines (9 loc) 214 B
import { styled } from '../../styles' export const StyledButtonGroupButton = styled('button', { $reset: '', cursor: 'pointer', borderRadius: '$xs', '&:hover': { backgroundColor: '$elevation3', }, })