Implements color variables and updates components
This commit is contained in:
committed by
August Skare
parent
580e574c84
commit
47b281b754
@@ -1,7 +1,8 @@
|
||||
import styled from 'styled-components';
|
||||
import variables from '../variables';
|
||||
|
||||
const InlineCode = styled.code`
|
||||
background-color: #eceff9;
|
||||
background-color: ${variables.colors.blueGray}
|
||||
padding: 0.1875rem;
|
||||
`;
|
||||
|
||||
|
Reference in New Issue
Block a user