Added background colour to menu popup
authorAdam Dullage <redacted>
Wed, 1 May 2024 15:58:13 +0000 (16:58 +0100)
committerAdam Dullage <redacted>
Wed, 1 May 2024 15:58:13 +0000 (16:58 +0100)
client/components/PrimeMenu.vue

index cff81828258119b62456278008e8ec4ad4c8d25a..7092d4123630c4026d31c11911342e11bf73c119 100644 (file)
@@ -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",
git clone https://git.99rst.org/PROJECT