feat: Resolving concurrency warnings
This commit is contained in:
@@ -23,7 +23,7 @@ public struct FlaggedMessageLabel: View {
|
||||
}
|
||||
|
||||
private struct FlaggedMessageLabelStyleKey: EnvironmentKey {
|
||||
static var defaultValue = AnyTextLabelStyle(style: .font(.caption))
|
||||
static let defaultValue = AnyTextLabelStyle(style: .font(.caption))
|
||||
}
|
||||
|
||||
extension EnvironmentValues {
|
||||
|
||||
Reference in New Issue
Block a user