Skip to content

Commit

Permalink
fix(swap): Fix placeholder text color (#2859)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljscript authored Nov 1, 2023
1 parent d04690b commit 743f209
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ export const AmountCard = ({
autoComplete="off"
value={value}
placeholder="0"
placeholderTextColor="#6B7384"
onChangeText={onChange}
allowFontScaling
selectionColor={COLORS.TRANSPARENT_BLACK}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,29 +4,29 @@
"defaultMessage": "!!!Select token",
"file": "src/features/Swap/common/AmountCard/AmountCard.tsx",
"start": {
"line": 123,
"line": 124,
"column": 15,
"index": 3821
"index": 3862
},
"end": {
"line": 126,
"line": 127,
"column": 3,
"index": 3904
"index": 3945
}
},
{
"id": "swap.swapScreen.currentBalance",
"defaultMessage": "!!!Current Balance",
"file": "src/features/Swap/common/AmountCard/AmountCard.tsx",
"start": {
"line": 127,
"line": 128,
"column": 18,
"index": 3924
"index": 3965
},
"end": {
"line": 130,
"line": 131,
"column": 3,
"index": 4013
"index": 4054
}
}
]

0 comments on commit 743f209

Please sign in to comment.