Skip to content

Commit a9c7615

Browse files
authored
feat: make the Theme type support Swift 6 (#351)
1 parent 2d85915 commit a9c7615

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/MarkdownUI/Theme/Theme.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ import SwiftUI
9999
/// }
100100
/// // More block styles...
101101
/// ```
102-
public struct Theme {
102+
public struct Theme: Sendable {
103103
/// The default text style.
104104
public var text: TextStyle = EmptyTextStyle()
105105

0 commit comments

Comments
 (0)