Changed name of export to colors and updates components

This commit is contained in:
Megan Pearson
2018-10-19 11:32:59 +02:00
parent 561f441a5b
commit 585ca203b0
8 changed files with 22 additions and 20 deletions

View File

@@ -1,8 +1,8 @@
import styled from 'styled-components';
import variables from '../variables';
import { colors } from '../variables';
const InlineCode = styled.code`
background-color: ${variables.colors.blueGray}
background-color: ${colors.blueGray}
padding: 0.1875rem;
`;