UNPKG

tweak-tools

Version:

Tweak your React projects until awesomeness

13 lines (12 loc) 360 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.StyledButtonGroupButton = void 0; const styles_1 = require("../../styles"); exports.StyledButtonGroupButton = (0, styles_1.styled)('button', { $reset: '', cursor: 'pointer', borderRadius: '$xs', '&:hover': { backgroundColor: '$elevation3', }, });