Increase menu shadows in dark mode
This commit is contained in:
parent
2a0e898ba6
commit
fe0e36c894
@ -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,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user