File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Sources/FioriSwiftUICore/Components Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments