Skip to content

Commit

Permalink
fix: 🐛 [JIRA: IOSSDKBUG-292] Illustrated message bold title (#758)
Browse files Browse the repository at this point in the history
Co-authored-by: Bill Zhou <bill.zhou01@sap.com>
Co-authored-by: dyongxu <61523257+dyongxu@users.noreply.github.com>
  • Loading branch information
3 people authored Aug 2, 2024
1 parent 5e24756 commit 30677bf
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ extension IllustratedMessageFioriStyle {

func makeBody(_ configuration: TitleConfiguration) -> some View {
Title(configuration)
.font(.fiori(forTextStyle: .headline, weight: .bold))
.padding(.horizontal, 16)
.padding(.bottom, 4)
}
Expand Down

0 comments on commit 30677bf

Please sign in to comment.