diff --git a/packages/desktop-client/src/style/themes/midnight.ts b/packages/desktop-client/src/style/themes/midnight.ts index 5ef665a72030104d28fb58182167682417214079..d0f2776022854ab2296ecc4a0a00bbfdc5b68fba 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 0000000000000000000000000000000000000000..0e93fd606e0e824a94fda9bce47cb986929af2c6 --- /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. +