diff --git a/packages/wallets/src/features/cashier/modules/WithdrawalCrypto/components/WithdrawalCryptoForm/components/WithdrawalCryptoAmountConverter/WithdrawalCryptoAmountConverter.scss b/packages/wallets/src/features/cashier/modules/WithdrawalCrypto/components/WithdrawalCryptoForm/components/WithdrawalCryptoAmountConverter/WithdrawalCryptoAmountConverter.scss index 9c26976fa0a1..a96bef6ce455 100644 --- a/packages/wallets/src/features/cashier/modules/WithdrawalCrypto/components/WithdrawalCryptoForm/components/WithdrawalCryptoAmountConverter/WithdrawalCryptoAmountConverter.scss +++ b/packages/wallets/src/features/cashier/modules/WithdrawalCrypto/components/WithdrawalCryptoForm/components/WithdrawalCryptoAmountConverter/WithdrawalCryptoAmountConverter.scss @@ -20,20 +20,19 @@ & > svg { transition: rotate 0.2s ease; - rotate: 180deg; @include mobile { - rotate: -90deg; + rotate: 90deg; margin-bottom: 2.2rem; } } &--rtl { & > svg { - rotate: 0deg; + rotate: 180deg; @include mobile { - rotate: 90deg; + rotate: -90deg; } } }