Skip to content

Commit

Permalink
fix: TextInput color on Android (stripe#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
arekkubaczkowski committed Jun 29, 2022
1 parent aa6c10e commit e2205bb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions example/src/screens/CollectCardPaymentScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,7 @@ const styles = StyleSheet.create({
input: {
height: 44,
backgroundColor: colors.white,
color: colors.dark_gray,
paddingLeft: 16,
marginBottom: 12,
borderBottomColor: colors.gray,
Expand Down
1 change: 1 addition & 0 deletions example/src/screens/ReaderDisplayScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ const styles = StyleSheet.create({
height: 44,
borderBottomColor: colors.slate,
borderBottomWidth: 1.5,
color: colors.dark_gray,
marginBottom: 12,
},
});
1 change: 1 addition & 0 deletions example/src/screens/RefundPaymentScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ const styles = StyleSheet.create({
input: {
height: 44,
backgroundColor: colors.white,
color: colors.dark_gray,
paddingLeft: 16,
marginBottom: 12,
borderBottomColor: colors.gray,
Expand Down
1 change: 1 addition & 0 deletions example/src/screens/RegisterInternetReaderScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ const styles = StyleSheet.create({
paddingLeft: 16,
marginBottom: 12,
borderBottomColor: colors.gray,
color: colors.dark_gray,
...Platform.select({
ios: {
borderBottomWidth: StyleSheet.hairlineWidth,
Expand Down

0 comments on commit e2205bb

Please sign in to comment.