issue #60
All checks were successful
Test CI / build (push) Successful in 18s

- 날짜 선택 및 해당 날짜 일정 조회 화면 구현 중
This commit is contained in:
geonhee-min
2025-12-05 17:10:58 +09:00
parent 0c8e0893c7
commit 4a8e761b3d
8 changed files with 456 additions and 87 deletions

View File

@@ -141,4 +141,12 @@ input[type="number"]::-webkit-outer-spin-button {
/* Firefox */
input[type="number"] {
-moz-appearance: textfield;
}
.rdp-week:not(:first-child) {
@apply border-t;
}
.rdp-day:not(:first-child) {
@apply border-l;
}