Changed name of export to colors and updates components
This commit is contained in:
committed by
August Skare
parent
47b281b754
commit
ee3538262d
@@ -1,6 +1,6 @@
|
||||
import * as React from 'react';
|
||||
import styled from 'styled-components';
|
||||
import variables from '../variables';
|
||||
import { colors } from '../variables';
|
||||
|
||||
import { Tabs as ReactTabs, Tab, TabList, TabPanel } from 'react-tabs'
|
||||
|
||||
@@ -36,7 +36,7 @@ const Root = styled.div<{primaryColor: string;}>`
|
||||
background-color: ${props => props.primaryColor};
|
||||
}
|
||||
${StyledTab}[aria-selected="true"] {
|
||||
background-color: ${variables.colors.gray};
|
||||
background-color: ${colors.gray};
|
||||
}
|
||||
`;
|
||||
|
||||
|
Reference in New Issue
Block a user