Fix warning

This commit is contained in:
Nathan Bierema 2023-12-11 22:47:41 -05:00
parent 69c73ba807
commit 900e9720b0

View File

@ -9,13 +9,13 @@ export const selectorButtonCss: Interpolation<Theme> = (theme) => ({
borderWidth: '1px', borderWidth: '1px',
borderLeftWidth: 0, borderLeftWidth: 0,
'&:first-child': { '&:first-of-type': {
borderLeftWidth: '1px', borderLeftWidth: '1px',
borderTopLeftRadius: '3px', borderTopLeftRadius: '3px',
borderBottomLeftRadius: '3px', borderBottomLeftRadius: '3px',
}, },
'&:last-child': { '&:last-of-type': {
borderTopRightRadius: '3px', borderTopRightRadius: '3px',
borderBottomRightRadius: '3px', borderBottomRightRadius: '3px',
}, },