b158a6d72
ee3538262
1
2
3 4
5
6 7 8 9
import styled from 'styled-components'; import { colors } from '../variables'; const InlineCode = styled.code` background-color: ${colors.blueGray} padding: 0.1875rem; `; export default InlineCode;