diff --git a/Sources/MarkdownUI/Theme/Theme.swift b/Sources/MarkdownUI/Theme/Theme.swift index b5796066..b6d9ca9b 100644 --- a/Sources/MarkdownUI/Theme/Theme.swift +++ b/Sources/MarkdownUI/Theme/Theme.swift @@ -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()