style for weekday was created

This commit is contained in:
Vladimir Khvan 2023-01-30 20:53:37 +05:00
parent b6f18520b0
commit eb861b83f4

View File

@ -0,0 +1,14 @@
import styled from "styled-components";
export const Weekday = styled.span`
pointer-events: none;
font-family: "Open Sans";
font-weight: 400;
font-size: 16px;
color: #a3a9ae;
width: 40px;
text-align: center;
padding: 10.7px 0;
`;