From 759615d041c34a2e42781de136526c6526a5d75f Mon Sep 17 00:00:00 2001 From: Shivam Mishra Date: Wed, 20 Nov 2024 03:59:45 +0530 Subject: [PATCH] fix: Update the dropdown bg to match the design system (#10438) This PR updates the background used in dropdown to match our design system. Previous PR failed to add this correctly. --------- Co-authored-by: Pranav --- .../components-next/dropdown-menu/base/DropdownBody.vue | 2 +- .../components-next/dropdown-menu/base/DropdownItem.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/javascript/dashboard/components-next/dropdown-menu/base/DropdownBody.vue b/app/javascript/dashboard/components-next/dropdown-menu/base/DropdownBody.vue index 4fde89306..7616c16d8 100644 --- a/app/javascript/dashboard/components-next/dropdown-menu/base/DropdownBody.vue +++ b/app/javascript/dashboard/components-next/dropdown-menu/base/DropdownBody.vue @@ -1,7 +1,7 @@