Skip to content

Commit

Permalink
fix:calendar button (#132)
Browse files Browse the repository at this point in the history
* fix:calendar button
  • Loading branch information
Yolanda-psc authored Nov 15, 2024
1 parent 22d5dfa commit 9f4b5cd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/curly-balloons-live.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'dangoui': patch
---

fix:calendar
5 changes: 5 additions & 0 deletions packages/dangoui/src/calendar/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,11 @@
}

&--button {
position: absolute;
bottom: 0;
left: 0;
right: 0;
background-color: #fff;
padding: 5px 15px 5px 15px;
display: flex;
justify-content: space-between;
Expand Down

0 comments on commit 9f4b5cd

Please sign in to comment.