enhance(ui): polish date picker

This commit is contained in:
charlie
2024-09-10 22:00:28 +08:00
parent 54c6da3232
commit 11ba4b2ad7
3 changed files with 24 additions and 26 deletions

View File

@@ -403,6 +403,12 @@ div[data-radix-popper-content-wrapper] {
input[type=number] {
appearance: initial;
}
.rdp-button {
&[name=previous-month], &[name=next-month] {
@apply !h-6 !w-6;
}
}
}
.popper-arrow {