chore: add border to menus in dark theme
This commit is contained in:
@@ -87,7 +87,7 @@ const PositionedPopoverContent = ({
|
||||
<div
|
||||
className={classNames(
|
||||
'absolute top-0 left-0 flex w-full min-w-80 cursor-auto flex-col',
|
||||
'overflow-y-auto rounded bg-default shadow-main md:h-auto md:max-w-xs',
|
||||
'overflow-y-auto rounded border border-[--menu-border-color] bg-default shadow-main md:h-auto md:max-w-xs',
|
||||
!disableMobileFullscreenTakeover && 'h-full',
|
||||
overrideZIndex ? overrideZIndex : 'z-dropdown-menu',
|
||||
!isDesktopScreen && !disableMobileFullscreenTakeover ? 'pt-safe-top pb-safe-bottom' : '',
|
||||
|
||||
Reference in New Issue
Block a user