@project44-manifest/react
Version:
Manifest Design System react components
14 lines (12 loc) • 359 B
text/typescript
import { styled } from '@project44-manifest/react-styles';
export const StyledSegmentedControl = styled('div', {
alignItems: 'center',
backgroundColor: '$background-secondary',
borderRadius: '$full',
boxSizing: 'border-box',
display: 'grid',
gridAutoColumns: 'min-content',
gridAutoFlow: 'column',
gap: '$x-small',
padding: '$x-small',
});