@@ -63,8 +63,6 @@ export class Calendar extends React.Component {
id={el.day}
disabled={el.disabled}
style={{
- width:"50px",
- height:"50px",
backgroundColor:el.backgroundColor,
border:el.border
}}
@@ -16,6 +16,7 @@ $opacity-color: rgba(17,17,17,0.8);
align-items: center;
h4 {
margin: 0 20px;
+ font-weight: 400;
}
.weekdays {
@@ -34,8 +35,8 @@ $opacity-color: rgba(17,17,17,0.8);
width: 30px;
button {
- width:50px;
- height: 50px;
+ width: 50px;
+ height: 40px;
&:focus {
outline: none;