diff --git a/src/screens/Swap/FormSelection/AccountAmountRow.js b/src/screens/Swap/FormSelection/AccountAmountRow.js index 2d011fe830..9e19da3539 100644 --- a/src/screens/Swap/FormSelection/AccountAmountRow.js +++ b/src/screens/Swap/FormSelection/AccountAmountRow.js @@ -185,7 +185,8 @@ const styles = StyleSheet.create({ }, wrapper: { flexShrink: 0, - minWidth: "50%", + minWidth: "35%", + maxWidth: "35%", alignItems: "flex-end", justifyContent: "center", height: 32,