Skip to content

Commit

Permalink
feat: make the Theme type support Swift 6
Browse files Browse the repository at this point in the history
  • Loading branch information
MojtabaHs authored Oct 14, 2024
1 parent 5f61335 commit 81a0688
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/MarkdownUI/Theme/Theme.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down

0 comments on commit 81a0688

Please sign in to comment.