feat: Adds more flagged view style options.

This commit is contained in:
2024-06-07 10:00:42 -04:00
parent 75fa3b55ae
commit 280cb3b863
8 changed files with 116 additions and 17 deletions

View File

@@ -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 {