Skip to content

Commit

Permalink
fix: 🐛 Fix the navigate button style of calendar
Browse files Browse the repository at this point in the history
  • Loading branch information
haydenull committed Dec 2, 2022
1 parent 2666e68 commit c65a363
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/style/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ html, body {
background-clip: content-box;
}

a {
color: var(--ls-tertiary-background-color);
cursor: pointer;
}

.page-container {
width: calc(100vw - 90px);
@apply h-screen;
Expand Down

0 comments on commit c65a363

Please sign in to comment.