feat: Adds more flagged view style options.
This commit is contained in:
@@ -166,7 +166,7 @@ extension View {
|
||||
}
|
||||
|
||||
public func textLabelStyle<S: TextLabelStyle>(_ style: S) -> some View {
|
||||
environment(\.textLabelStyle, AnyTextLabelStyle(style: style))
|
||||
textLabelStyle(AnyTextLabelStyle(style: style))
|
||||
}
|
||||
|
||||
public func sectionHeaderLabelStyle<S: TextLabelStyle>(_ style: S) -> some View {
|
||||
|
||||
Reference in New Issue
Block a user