Skip to content

Commit

Permalink
feat: make the Theme type support Swift 6 (#351)
Browse files Browse the repository at this point in the history
  • Loading branch information
MojtabaHs authored Oct 15, 2024
1 parent 2d85915 commit a9c7615
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 a9c7615

Please sign in to comment.