Skip to content

Commit

Permalink
FIX: #1233 increase android cardform height to display image (#1254)
Browse files Browse the repository at this point in the history
Co-authored-by: Remon <>
  • Loading branch information
remonh87 committed May 25, 2023
1 parent dd301e3 commit 9a31e1d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ class _NoWebhookPaymentCardFormScreenState
style: CardFormStyle(
borderColor: Colors.blueGrey,
textColor: Colors.black,
fontSize: 24,
placeholderColor: Colors.blue,
),
),
Expand Down
2 changes: 1 addition & 1 deletion packages/stripe/lib/src/widgets/card_form_field.dart
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,7 @@ class _UiKitCardFormField extends StatelessWidget {
}
}

const kCardFormFieldDefaultAndroidHeight = 270.0;
const kCardFormFieldDefaultAndroidHeight = 292.0;
const kCardFormFieldDefaultIOSHeight = 192.0;
const kCardFormFieldDefaultFontSize = 17;
const kCardFormFieldDefaultTextColor = Colors.black;
Expand Down

0 comments on commit 9a31e1d

Please sign in to comment.