Add missing separator
This commit is contained in:
8
packages/website/ts/@next/components/separator.tsx
Normal file
8
packages/website/ts/@next/components/separator.tsx
Normal file
@@ -0,0 +1,8 @@
|
||||
import * as React from 'react';
|
||||
import styled from 'styled-components';
|
||||
|
||||
export const Separator = styled.hr`
|
||||
background: #EAEAEA;
|
||||
height: 1px;
|
||||
border: 0;
|
||||
`;
|
Reference in New Issue
Block a user