UNPKG

@navinc/base-react-components

Version:
9 lines 317 B
import styled from 'styled-components'; export const Divider = styled.hr.withConfig({ displayName: "brc-sc-Divider", componentId: "brc-sc-18caidp" }) ` border-radius: 100px; border: none; height: 4px; background-color: ${({ theme }) => theme.navNeutral200}; margin: 0; `; //# sourceMappingURL=divider.js.map