mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Better background colour for card dropdown menu
This commit is contained in:
parent
70bbdda028
commit
3d30607068
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue