UNPKG

@chayns-components/date

Version:

A set of beautiful React components for developing your own applications with chayns.

13 lines 273 B
import styled from 'styled-components'; export const StyledWeekday = styled.div` color: ${_ref => { let { theme } = _ref; return theme.headline; }}; cursor: default; font-size: 90%; text-align: center; `; //# sourceMappingURL=Weekday.styles.js.map