mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-11 20:44:32 -05:00
Fix transactions button background color (#1494)
This commit is contained in:
@@ -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
|
||||
|
||||
6
upcoming-release-notes/1494.md
Normal file
6
upcoming-release-notes/1494.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
category: Bugfix
|
||||
authors: [Cldfire]
|
||||
---
|
||||
|
||||
Fix transactions button background color
|
||||
Reference in New Issue
Block a user