Skip to content

Commit

Permalink
feat(suite-native): Mobile Trade: Change SelectTradeableAssetButton s…
Browse files Browse the repository at this point in the history
…ize to match new crypto icons
  • Loading branch information
jbazant committed Feb 13, 2025
1 parent 85e8a77 commit 24c929e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export const SelectTradeableAssetButton = ({ onPress, selectedAsset }: SelectAss
onPress={onPress}
viewRight={<Icon name="caretDown" color={iconColor} size="medium" />}
accessibilityLabel={translate('moduleTrading.selectCoin.buttonTitle')}
size="small"
size="medium"
>
<Translation id="moduleTrading.selectCoin.buttonTitle" />
</Button>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@ const GRADIENT_START = { x: 0, y: 0.5 } as const;
const GRADIENT_END = { x: 1, y: 0.5 } as const;

const buttonStyle = prepareNativeStyle(({ spacings }) => ({
height: spacings.sp36,
padding: spacings.sp4,
paddingRight: spacings.sp12,
padding: spacings.sp8,
flexDirection: 'row',
justifyContent: 'center',
alignItems: 'center',
Expand Down

0 comments on commit 24c929e

Please sign in to comment.