aboutsummaryrefslogblamecommitdiffstats
path: root/packages/dev-tools-pages/ts/components/InlineCode.tsx
blob: bfbaeb39539815573ef68d9f67c979033cbdc73a (plain) (tree)
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;