Skip to content

Commit

Permalink
fix: [#173899093] fix wrong color for PaymentMethodList Item (#2075)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabriziofff authored Jul 20, 2020
1 parent f23840e commit 4c514e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ts/components/wallet/PaymentMethodsList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ const AddMethodStyle = StyleSheet.create({
notImplementedText: {
fontSize: 10,
lineHeight: Platform.OS === "ios" ? 14 : 16,
color: customVariables.brandDarkGray
color: customVariables.colorWhite
},
centeredContents: {
alignItems: "center"
Expand Down

0 comments on commit 4c514e1

Please sign in to comment.