diff --git a/packages/desktop-client/src/components/table.tsx b/packages/desktop-client/src/components/table.tsx
index d6ee64c4d170f6e26b4e4a22e729ae21db0d5907..1df7b83171887b8a7e5b9eb257489209393ea39d 100644
--- a/packages/desktop-client/src/components/table.tsx
+++ b/packages/desktop-client/src/components/table.tsx
@@ -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
diff --git a/upcoming-release-notes/1494.md b/upcoming-release-notes/1494.md
new file mode 100644
index 0000000000000000000000000000000000000000..add43e5ea78d7a2072927e9e031243ac82993a8b
--- /dev/null
+++ b/upcoming-release-notes/1494.md
@@ -0,0 +1,6 @@
+---
+category: Bugfix
+authors: [Cldfire]
+---
+
+Fix transactions button background color