From: Adam Dullage Date: Wed, 1 May 2024 15:58:13 +0000 (+0100) Subject: Added background colour to menu popup X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=848bdfe19f20c0a11077fdeaa077556416811b14;p=flatnotes.git Added background colour to menu popup --- diff --git a/client/components/PrimeMenu.vue b/client/components/PrimeMenu.vue index cff8182..7092d41 100644 --- a/client/components/PrimeMenu.vue +++ b/client/components/PrimeMenu.vue @@ -18,7 +18,7 @@ import IconLabel from "./IconLabel.vue"; const menu = ref(); const style = { - root: "border p-1 rounded border-theme-border", + root: "border p-1 rounded border-theme-border bg-theme-background", menuitem: ({ context }) => ({ class: [ "text-theme-text-muted rounded px-2 py-1",