-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
Hi Klarna team 👋
I've noticed an issue with KlarnaOSMView
: when using the KlarnaOSMStyleConfiguration
, the Learn more button doesn't respect the configured text color or theme, and its text remains dark regardless.
let view = KlarnaOSMView()
view.theme = .automatic
let style = KlarnaOSMStyleConfiguration.Builder()
.setBackgroundColor(.clear)
.build()
view.styleConfiguration = style
return view

On the other hand, if I don’t use KlarnaOSMStyleConfiguration
, and set the theme to .automatic
, the button does follow the theme correctly, but the view uses a black background that doesn't match the app's design.
let view = KlarnaOSMView()
view.theme = .automatic
return view

Currently on iOS 18.4, and Klarna SKD version 2.7.1
Could you help me with this? Thanks in advance!
Metadata
Metadata
Assignees
Labels
No labels