dev
This commit is contained in:
parent
4b5217b334
commit
1c600f7942
|
|
@ -204,16 +204,17 @@ const handleDateClick = (day: number) => {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
span {
|
span {
|
||||||
margin: auto;
|
margin: auto;
|
||||||
height: 34px;
|
height: 28px;
|
||||||
width: 34px;
|
width: 28px;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size: 16px;
|
font-size: 14px;
|
||||||
color: #666666;
|
color: #666666;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
border-radius:17px;
|
border-radius:14px;
|
||||||
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
.currentDay {
|
.currentDay {
|
||||||
background: #1677FE;
|
background: #1677FE;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue