import { css } from 'emotion'; import { Colors } from '../../../models/colors'; export const plusStyle = (color: Colors) => { return css` path { fill: ${color.color15}; stroke: ${color.color15}; } `; };