Merge branch 'dev-tools-pages' into feature/variables

This commit is contained in:
Megan Pearson
2018-10-22 14:24:53 +02:00
8 changed files with 187 additions and 184 deletions

View File

@@ -1,6 +1,5 @@
import * as React from 'react';
import styled from 'styled-components';
import { colors } from 'ts/variables';
import { Tabs as ReactTabs, Tab, TabList, TabPanel } from 'react-tabs';
import Breakout from './Breakout';
@@ -41,7 +40,7 @@ const Root =
}
${StyledTab}[aria-selected="true"] {
background-color: ${colors.gray};
}
}
`;
interface TabsProps extends Props {