Merge branch 'calendar_theming' of MyFit/users-myfit into master
This commit is contained in:
@@ -14,7 +14,7 @@ export default function CalendarTable({ className }) {
|
||||
|
||||
return (
|
||||
<div
|
||||
className={`update-table w-full p-8 bg-white dark:bg-dark-white overflow-hidden rounded-2xl section-shadow min-h-[620px] ${
|
||||
className={`update-table w-full p-8 bg-white dark:bg-dark-white overflow-hidden rounded-2xl section-shadow min-h-[800px] ${
|
||||
className || ""
|
||||
}`}
|
||||
>
|
||||
@@ -41,4 +41,4 @@ export default function CalendarTable({ className }) {
|
||||
|
||||
</div>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user