Skip to content
Snippets Groups Projects
Unverified Commit 8b15c8cc authored by shall0pass's avatar shall0pass Committed by GitHub
Browse files

[Theme] Bugfix: Bulk edit background color for Midnight theme (#2460)

* bulk edit background color

* change

* NOTE
parent 02ec279a
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
---
category: Bugfix
authors: [shall0pass]
---
Fix background color on bulk edit dialogs in Midnight theme.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment