Skip to content

Commit dce2ec4

Browse files
restauranttdyongxu
andauthored
fix: 🐛 [IOSSDKBUG-454]FilterFeedbackBar dark mode design font (SAP#890)
apply button title font Co-authored-by: dyongxu <[email protected]>
1 parent 673facb commit dce2ec4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/FioriSwiftUICore/Components/CancellableResettableForm.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ struct ApplyButtonStyle: PrimitiveButtonStyle {
119119
Screen.bounds.size.width - 16 * 2)
120120
.padding([.top, .bottom], 8)
121121
.font(.body)
122-
.fontWeight(.bold)
122+
.fontWeight(.semibold)
123123
#if !os(visionOS)
124124
.foregroundStyle(Color.preferredColor(.base2))
125125
.background(RoundedRectangle(cornerRadius: 8).fill(Color.preferredColor(.tintColor)))
@@ -138,7 +138,7 @@ struct ApplyButtonStyle: PrimitiveButtonStyle {
138138
Screen.bounds.size.width - 16 * 2)
139139
.padding([.top, .bottom], 8)
140140
.font(.body)
141-
.fontWeight(.bold)
141+
.fontWeight(.semibold)
142142
#if !os(visionOS)
143143
.foregroundStyle(Color.preferredColor(.grey1))
144144
#else

0 commit comments

Comments
 (0)