import styled from '@emotion/styled'; const Legend = styled.span(({ theme }) => ({ fontSize: '13px', color: theme.colors.grey, })); export default Legend;