import styled from 'styled-components'; const InlineCode = styled.code` background-color: #eceff9; padding: 0.1875rem; `; export default InlineCode;