UNPKG

@chayns-components/date

Version:

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

9 lines 284 B
import styled from 'styled-components'; export const StyledWeekdayWrapper = styled.div` display: grid; grid-template-rows: repeat(1, 1fr); grid-template-columns: repeat(7, 1fr); padding-top: 6px; margin: 0 15px; `; //# sourceMappingURL=WeekdayWrapper.styles.js.map