diff --git a/packages/desktop-client/src/components/budget/BudgetCategories.js b/packages/desktop-client/src/components/budget/BudgetCategories.js index 6b056f6dbbd..846c69f8f6c 100644 --- a/packages/desktop-client/src/components/budget/BudgetCategories.js +++ b/packages/desktop-client/src/components/budget/BudgetCategories.js @@ -298,7 +298,7 @@ const BudgetCategories = memo( diff --git a/packages/desktop-client/src/components/budget/SidebarCategory.js b/packages/desktop-client/src/components/budget/SidebarCategory.js index 01e5d70cd48..31a5391d478 100644 --- a/packages/desktop-client/src/components/budget/SidebarCategory.js +++ b/packages/desktop-client/src/components/budget/SidebarCategory.js @@ -116,7 +116,7 @@ function SidebarCategory({ // The zIndex here forces the the view on top of a row below // it that may be "collapsed" and show a border on top ...(dragPreview && { - backgroundColor: 'white', + backgroundColor: theme.tableBackground, zIndex: 10000, borderRadius: 6, overflow: 'hidden', diff --git a/packages/desktop-client/src/components/budget/report/components.tsx b/packages/desktop-client/src/components/budget/report/components.tsx index 6dfe0c1d90e..4a875288d1a 100644 --- a/packages/desktop-client/src/components/budget/report/components.tsx +++ b/packages/desktop-client/src/components/budget/report/components.tsx @@ -327,7 +327,7 @@ export const CategoryMonth = memo(function CategoryMonth({ onEdit(null); }, style: { - backgroundColor: 'white', + backgroundColor: theme.tableBackground, }, }} onSave={amount => { diff --git a/packages/desktop-client/src/components/budget/rollover/rollover-components.tsx b/packages/desktop-client/src/components/budget/rollover/rollover-components.tsx index 8d1f2c3610d..6fdc304e3d2 100644 --- a/packages/desktop-client/src/components/budget/rollover/rollover-components.tsx +++ b/packages/desktop-client/src/components/budget/rollover/rollover-components.tsx @@ -264,7 +264,7 @@ export const ExpenseCategoryMonth = memo(function ExpenseCategoryMonth({ borderRadius: 4, ':hover': { boxShadow: 'inset 0 0 0 1px ' + theme.mobileAccountShadow, - backgroundColor: 'white', + backgroundColor: theme.tableBackground, }, }} valueProps={{ @@ -283,7 +283,7 @@ export const ExpenseCategoryMonth = memo(function ExpenseCategoryMonth({ onEdit(null); }, style: { - backgroundColor: 'white', + backgroundColor: theme.tableBackground, }, }} onSave={amount => { diff --git a/packages/desktop-client/src/components/transactions/TransactionsTable.js b/packages/desktop-client/src/components/transactions/TransactionsTable.js index 472fdd389d9..d1010a8401b 100644 --- a/packages/desktop-client/src/components/transactions/TransactionsTable.js +++ b/packages/desktop-client/src/components/transactions/TransactionsTable.js @@ -1137,7 +1137,7 @@ const Transaction = memo(function Transaction(props) { valueStyle={valueStyle} style={{ fontStyle: 'italic', - color: '#c0c0c0', + color: theme.pageTextSubdued, fontWeight: 300, }} inputProps={{