Changed name of export to colors and updates components
This commit is contained in:
committed by
August Skare
parent
47b281b754
commit
ee3538262d
@@ -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;
|
||||
`;
|
||||
|
||||
|
Reference in New Issue
Block a user