Skip to content

Commit 85e72df

Browse files
committed
fix linter errors
1 parent 5290859 commit 85e72df

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

src/pages/components/dateNavigator/DateNavigator.scss

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,21 @@
77
flex: 1;
88
height: 44px;
99
text-transform: none;
10-
border-color: rgba(0, 0, 0, 0.12);
10+
border-color: rgb(0 0 0 / 12%);
1111

12-
@media (min-width: 600px) {
12+
@media (width >= 600px) {
1313
padding-left: 16px;
1414
padding-right: 16px;
1515
font-size: 0.9rem !important;
1616
}
1717

18-
@media (min-width: 900px) {
18+
@media (width >= 900px) {
1919
font-size: 1rem !important;
2020
}
2121

2222
&.today {
2323
background-color: #1976d2 !important;
24-
color: #ffffff !important;
24+
color: #fff !important;
2525
border-color: #1976d2 !important;
2626

2727
&:hover {
@@ -30,7 +30,7 @@
3030
}
3131

3232
.MuiButton-startIcon {
33-
color: #ffffff;
33+
color: #fff;
3434
}
3535
}
3636
}

0 commit comments

Comments
 (0)