UNPKG

@chayns-components/date

Version:

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

19 lines 444 B
import styled from 'styled-components'; export const StyledMonth = styled.div` height: ${({ $height }) => $height}px; aspect-ratio: 1; `; export const StyledMonthHead = styled.div` display: flex; align-items: center; justify-content: center; column-gap: 7px; `; export const StyledMonthName = styled.div` font-weight: bold; text-align: center; user-select: none; `; //# sourceMappingURL=Month.styles.js.map