From 8b15c8cc17d30a2724025593bc1be666d01a8e2e Mon Sep 17 00:00:00 2001
From: shall0pass <20625555+shall0pass@users.noreply.github.com>
Date: Tue, 12 Mar 2024 19:01:28 -0500
Subject: [PATCH] [Theme] Bugfix: Bulk edit background color for Midnight theme
 (#2460)

* bulk edit background color

* change

* NOTE
---
 packages/desktop-client/src/style/themes/midnight.ts | 2 +-
 upcoming-release-notes/2460.md                       | 7 +++++++
 2 files changed, 8 insertions(+), 1 deletion(-)
 create mode 100644 upcoming-release-notes/2460.md

diff --git a/packages/desktop-client/src/style/themes/midnight.ts b/packages/desktop-client/src/style/themes/midnight.ts
index 5ef665a72..d0f277602 100644
--- a/packages/desktop-client/src/style/themes/midnight.ts
+++ b/packages/desktop-client/src/style/themes/midnight.ts
@@ -74,7 +74,7 @@ export const mobileNavItem = colorPalette.gray150;
 export const mobileNavItemSelected = colorPalette.purple200;
 export const mobileAccountShadow = cardShadow;
 export const mobileAccountText = colorPalette.blue800;
-export const mobileModalBackground = colorPalette.gray100;
+export const mobileModalBackground = menuAutoCompleteBackground;
 export const mobileModalText = colorPalette.white;
 
 // Mobile view themes (for the top bar)
diff --git a/upcoming-release-notes/2460.md b/upcoming-release-notes/2460.md
new file mode 100644
index 000000000..0e93fd606
--- /dev/null
+++ b/upcoming-release-notes/2460.md
@@ -0,0 +1,7 @@
+---
+category: Bugfix
+authors: [shall0pass]
+---
+
+Fix background color on bulk edit dialogs in Midnight theme.
+
-- 
GitLab