Fix transactions button background color (#1494)

This commit is contained in:
Jarek Samic
2023-08-08 22:55:11 -04:00
committed by GitHub
parent c667118f10
commit b2738db441
2 changed files with 7 additions and 1 deletions

View File

@@ -902,7 +902,7 @@ export function SelectedItemsButton({ name, keyHandlers, items, onSelect }) {
<Tooltip
position="bottom-right"
width={200}
style={{ padding: 0, backgroundColor: 'transparent' }}
style={{ padding: 0, backgroundColor: theme.menuBackground }}
onClose={() => setMenuOpen(false)}
>
<Menu

View File

@@ -0,0 +1,6 @@
---
category: Bugfix
authors: [Cldfire]
---
Fix transactions button background color