1 2 3 4 5 6 7 8
import styled from 'styled-components'; const InlineCode = styled.code` background-color: #eceff9; padding: 0.1875rem; `; export default InlineCode;