feat: make the Theme type support Swift 6 (#351)

This commit is contained in:
Seyed Mojtaba Hosseini Zeidabadi
2024-10-15 16:11:31 +03:30
committed by GitHub
parent 2d85915f15
commit a9c7615fb5

View File

@@ -99,7 +99,7 @@ import SwiftUI
/// }
/// // More block styles...
/// ```
public struct Theme {
public struct Theme: Sendable {
/// The default text style.
public var text: TextStyle = EmptyTextStyle()