feat: 컴포넌트 추가, 스타일 수정

This commit is contained in:
2026-04-10 12:23:48 +09:00
parent a836333512
commit 35f6023f5a
19 changed files with 1263 additions and 56 deletions

View File

@@ -21,10 +21,10 @@ const rangeCell = tv({
cap: 'bg-primary font-bold text-white',
},
isDisabled: {
true: 'text-kc-gray-be',
true: 'text-dabeeo-gray-be',
},
isOutsideMonth: {
true: 'text-kc-gray-be',
true: 'text-dabeeo-gray-be',
},
isSunday: {
true: 'text-[#e48686]',