@sanity/ui
Version:
The Sanity UI components.
19 lines (15 loc) • 340 B
text/typescript
import {styled} from 'styled-components'
import {Button} from '../../primitives'
export const StyledBreadcrumbs = styled.ol`
margin: 0;
padding: 0;
display: flex;
list-style: none;
align-items: center;
white-space: nowrap;
line-height: 0;
`
export const ExpandButton = styled(Button)`
appearance: none;
margin: -4px;
`