diff --git a/packages/desktop-client/src/components/mobile/MobileForms.tsx b/packages/desktop-client/src/components/mobile/MobileForms.tsx index 58ebcd0106..2ca4ce4ef3 100644 --- a/packages/desktop-client/src/components/mobile/MobileForms.tsx +++ b/packages/desktop-client/src/components/mobile/MobileForms.tsx @@ -65,7 +65,7 @@ export const InputField = forwardRef( color: disabled ? theme.tableTextInactive : theme.tableText, backgroundColor: disabled ? theme.formInputTextReadOnlySelection - : theme.tableBackground, + : theme.formInputBackground, }} {...props} /> @@ -104,7 +104,7 @@ export const TapField = forwardRef( alignItems: 'center', ...style, ...valueStyle, - backgroundColor: theme.tableBackground, + backgroundColor: theme.formInputBackground, ...(disabled && { backgroundColor: theme.formInputTextReadOnlySelection, }), diff --git a/packages/desktop-client/src/components/mobile/transactions/TransactionList.tsx b/packages/desktop-client/src/components/mobile/transactions/TransactionList.tsx index 2fe59e36af..1c6132a4f2 100644 --- a/packages/desktop-client/src/components/mobile/transactions/TransactionList.tsx +++ b/packages/desktop-client/src/components/mobile/transactions/TransactionList.tsx @@ -161,7 +161,7 @@ export function TransactionList({