♻️ refactor: rename shadow calendar to shador dropdown on calendar component

This commit is contained in:
Wahyu Kurniawan 2024-02-24 04:52:34 +07:00
parent 0bcb7ca4d6
commit 5f8afab020
No known key found for this signature in database
GPG Key ID: 040A1549143A8E33

View File

@ -5,7 +5,7 @@ export const calendarTheme = tv({
wrapper: [
'max-w-[352px]',
'bg-surface-floating',
'shadow-calendar',
'shadow-dropdown',
'rounded-xl',
],
calendar: ['flex', 'flex-col', 'py-2', 'px-2', 'gap-2'],