aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/ts/@next/components/separator.tsx
blob: 0b8b8d76653c91557c067510513e0666e42139b8 (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;
`;