aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/ts/@next/components/separator.tsx
blob: ccc79aedf6aa30b2d4285aa8294f20f3bedc7c54 (plain) (blame)
1
2
3
4
5
6
7
import styled from 'styled-components';

export const Separator = styled.hr`
    background: #EAEAEA;
    height: 1px;
    border: 0;
`;