Skip to content

Commit

Permalink
fix: padding for CardField on android
Browse files Browse the repository at this point in the history
  • Loading branch information
charliecruzan-stripe committed Dec 22, 2022
1 parent d60c9c0 commit 48debb2
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -142,6 +142,7 @@ class CardFieldView(context: ThemedReactContext) : FrameLayout(context) {
}
}

mCardWidget.setPadding(20, 0, 20, 0)
mCardWidget.background = MaterialShapeDrawable(
ShapeAppearanceModel()
.toBuilder()
Expand Down

0 comments on commit 48debb2

Please sign in to comment.