mirror of
https://github.com/gonzalezreal/swift-markdown-ui.git
synced 2026-01-18 17:41:20 +01:00
feat: make the Theme type support Swift 6 (#351)
This commit is contained in:
committed by
GitHub
parent
2d85915f15
commit
a9c7615fb5
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user