Skip to content

Commit

Permalink
fix: IOSSDKBUG-282 - JMC welcome screen legal disclaimer bg color (#757)
Browse files Browse the repository at this point in the history
* fix: IOSSDKBUG-282 -- JMC welcome screen legal disclaimer background color mismatch

* fix: 🐛 build error

* fix: 🐛 ios sdk bug 282, welcome screen legal disclaimer bgcolor

---------

Co-authored-by: dyongxu <61523257+dyongxu@users.noreply.github.com>
  • Loading branch information
CharlesXu0488 and dyongxu authored Aug 2, 2024
1 parent 06a58d7 commit 5e24756
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ extension JouleWelcomeScreenFioriStyle {
struct ContentFioriStyle: JouleWelcomeScreenStyle {
func makeBody(_ configuration: JouleWelcomeScreenConfiguration) -> some View {
JouleWelcomeScreen(configuration)
// Add default style for its content
// Add default style for its content
.background(Color.preferredColor(.primaryBackground))
}
}

Expand Down

0 comments on commit 5e24756

Please sign in to comment.