You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the bottom of the Tasks table, there is some excess white area:
I think this can be resolved by changing the style attribute in app/dashboard/default/page.tsx:
const PAPER_PROPS: PaperProps = {
p: 'md',
shadow: 'md',
radius: 'md',
style: { height: '100%' },
};