Skip to content

Commit

Permalink
Feat: Adapt styles to additional locales
Browse files Browse the repository at this point in the history
  • Loading branch information
sandypockets committed Dec 9, 2023
1 parent 1263374 commit 71b5c88
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/styles/lightmode.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
}

.datepicker-day-names {
background-color: #e0e0e0;
background-color: #efefef;
}

.datepicker-day-names > div {
Expand Down
7 changes: 4 additions & 3 deletions src/styles/locales.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
height: 385px;
}

.ja .datepicker-day {
.ja .datepicker-day,
.ko .datepicker-day {
cursor: pointer;
height: 50px;
font-size: smaller;
Expand All @@ -18,8 +19,8 @@
}

.zh-CN .datepicker-day,
.zh-TW .datepicker-day {
cursor: pointer;
.zh-TW .datepicker-day,
.ko .datepicker-day {
height: 50px;
font-size: smaller;
display: flex;
Expand Down

0 comments on commit 71b5c88

Please sign in to comment.