diff --git a/packages/desktop-client/src/components/transactions/MobileTransaction.js b/packages/desktop-client/src/components/transactions/MobileTransaction.js index 5dda216dcf5..c070e72f076 100644 --- a/packages/desktop-client/src/components/transactions/MobileTransaction.js +++ b/packages/desktop-client/src/components/transactions/MobileTransaction.js @@ -352,7 +352,7 @@ class TransactionEditInner extends PureComponent { // This shadow make the card "pop" off of the screen below // it - shadowColor: theme.cardshadow, + shadowColor: theme.cardShadow, shadowOffset: { width: 0, height: 0 }, shadowRadius: 4, shadowOpacity: 1,