Skip to content

Commit

Permalink
Merge branch 'develop' into yomo-1801
Browse files Browse the repository at this point in the history
  • Loading branch information
jorbuedo authored Jul 30, 2024
2 parents 3d955c4 + 91444d6 commit c5dfc3a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/wallet-mobile/src/components/TextInput/TextInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ export const TextInput = React.forwardRef((props: TextInputProps, ref: Forwarded
<RNTextInput
{...inputProps}
style={[style, renderComponentStyle, {color: faded ? colors.gray_c900 : colors.text, flex: 1}]}
editable={editable}
/>

{right != null ? <AdornmentContainer style={styles.checkmarkContainer}>{right}</AdornmentContainer> : null}
Expand Down

0 comments on commit c5dfc3a

Please sign in to comment.