Skip to content

Commit

Permalink
fix: fix colorScheme update issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Dec 26, 2023
1 parent 2b823ae commit c7e1dd8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Sources/Markdown/Markdown.swift
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ public struct Markdown: ViewRepresentable {

public init(content: Binding<String>) {
self._content = content
self.theme = colorScheme
}
public init(content: Binding<String>, theme: ColorScheme?) {
self._content = content
Expand Down

0 comments on commit c7e1dd8

Please sign in to comment.