Skip to content

Commit

Permalink
Fixing build
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Guretzki committed Sep 2, 2024
1 parent b794f9c commit 21c2c9a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Adyen/UI/Form/Items/Basic Items/FormContainerItem.swift
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ private class FormContainerItemView: UIView, AnyFormItemView {
if let padding {
contentView.adyen.anchor(
inside: self,
with: adjustedPadding
with: padding
)
} else {
contentView.adyen.anchor(
Expand Down
3 changes: 2 additions & 1 deletion Demo/Configuration.swift
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,8 @@ internal struct DemoAppSettings: Codable {
}

internal var dropInConfiguration: DropInComponent.Configuration {
let style = DropInComponent.Style()
var style = DropInComponent.Style()
style.navigation.tintColor = .red

let dropInConfig = DropInComponent.Configuration(
style: style,
Expand Down

0 comments on commit 21c2c9a

Please sign in to comment.