diff --git a/packages/desktop-client/src/components/transactions/TransactionsTable.jsx b/packages/desktop-client/src/components/transactions/TransactionsTable.jsx
index 04b8bdb56fea8e7830b3f77ec37c23773a3a75f9..46849be920ff686953187a6de744757429cbe65d 100644
--- a/packages/desktop-client/src/components/transactions/TransactionsTable.jsx
+++ b/packages/desktop-client/src/components/transactions/TransactionsTable.jsx
@@ -824,7 +824,6 @@ const Transaction = memo(function Transaction(props) {
         ...style,
         ...(isPreview && {
           color: theme.tableTextInactive,
-          backgroundColor: !selected ? theme.tableBackground : undefined,
           fontStyle: 'italic',
         }),
         ...(_unmatched && { opacity: 0.5 }),
diff --git a/upcoming-release-notes/2864.md b/upcoming-release-notes/2864.md
new file mode 100644
index 0000000000000000000000000000000000000000..31a512a56eccb198e6dbf76939ffff4189a6feb2
--- /dev/null
+++ b/upcoming-release-notes/2864.md
@@ -0,0 +1,6 @@
+---
+category: Bugfix
+authors: [aaimio]
+---
+
+Fix an issue where selected scheduled transactions did not have a correct background colour