@navinc/base-react-components
Version:
Nav's Pattern Library
9 lines • 317 B
JavaScript
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