Better background colour for card dropdown menu
This commit is contained in:
@ -28,6 +28,7 @@ export function CardMenu(props: CardMenuProps): JSX.Element {
|
||||
<Dropdown
|
||||
triggerElement={props.triggerElement}
|
||||
onOpenChange={props.onOpenChange}
|
||||
css={{ bg: '$thNavMenuFooter' }}
|
||||
>
|
||||
{!props.item.isArchived ? (
|
||||
<DropdownOption
|
||||
|
||||
Reference in New Issue
Block a user