import styled from '@emotion/styled'; export const Mark = styled('mark')` background: ${({ theme }) => theme.colors.warning100}; `;