@chayns-components/date
Version:
A set of beautiful React components for developing your own applications with chayns.
22 lines • 479 B
JavaScript
import styled from 'styled-components';
export const StyledMonth = styled.div`
height: ${_ref => {
let {
$height
} = _ref;
return $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