Increase menu shadows in dark mode

This commit is contained in:
Sam Becker 2025-02-26 21:15:23 -06:00
parent 2a0e898ba6
commit fe0e36c894

View File

@ -52,7 +52,9 @@ export default function MoreMenu({
'min-w-[8rem]',
'component-surface',
'p-1',
'shadow-lg dark:shadow-xl',
'shadow-lg',
'data-[side=top]:dark:shadow-[0_0px_40px_rgba(0,0,0,0.6)]',
'data-[side=bottom]:dark:shadow-[0_10px_40px_rgba(0,0,0,0.6)]',
'data-[side=top]:animate-fade-in-from-bottom',
'data-[side=bottom]:animate-fade-in-from-top',
className,