Skip to content
Snippets Groups Projects
Unverified Commit b2738db4 authored by Jarek Samic's avatar Jarek Samic Committed by GitHub
Browse files

Fix transactions button background color (#1494)

parent c667118f
No related branches found
No related tags found
No related merge requests found
...@@ -902,7 +902,7 @@ export function SelectedItemsButton({ name, keyHandlers, items, onSelect }) { ...@@ -902,7 +902,7 @@ export function SelectedItemsButton({ name, keyHandlers, items, onSelect }) {
<Tooltip <Tooltip
position="bottom-right" position="bottom-right"
width={200} width={200}
style={{ padding: 0, backgroundColor: 'transparent' }} style={{ padding: 0, backgroundColor: theme.menuBackground }}
onClose={() => setMenuOpen(false)} onClose={() => setMenuOpen(false)}
> >
<Menu <Menu
......
---
category: Bugfix
authors: [Cldfire]
---
Fix transactions button background color
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