WIP: Dashboard tabs
This commit is contained in:
10
app/components/Tabs.js
Normal file
10
app/components/Tabs.js
Normal file
@ -0,0 +1,10 @@
|
||||
// @flow
|
||||
import styled from 'styled-components';
|
||||
|
||||
const Tabs = styled.nav`
|
||||
border-bottom: 1px solid ${props => props.theme.slateLight};
|
||||
margin-top: 22px;
|
||||
margin-bottom: 10px;
|
||||
`;
|
||||
|
||||
export default Tabs;
|
Reference in New Issue
Block a user