UNPKG

@navinc/base-react-components

Version:
12 lines (9 loc) 215 B
import styled from 'styled-components' const Divider = styled.hr` border-radius: 4px; border: none; height: 8px; background-color: ${({ theme }) => theme.neutral100}; margin: 0; ` export default Divider