UNPKG

contiago-toolbar

Version:

One of the options for outputting content from contiago xml-server

11 lines (9 loc) 225 B
import styled from 'styled-components'; import { MdClose } from 'react-icons/lib/md'; export default styled(MdClose)` font-size: 2.1vw; color: ${(props) => props.theme.fontColor}; &:hover { cursor: pointer; } `;