We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b41691d commit 9d9e7c2Copy full SHA for 9d9e7c2
Core/Sources/SuggestionWidget/Styles.swift
@@ -58,6 +58,7 @@ extension View {
58
extension MarkdownUI.Theme {
59
static func custom(fontSize: Double) -> MarkdownUI.Theme {
60
.gitHub.text {
61
+ ForegroundColor(.primary)
62
BackgroundColor(Color.clear)
63
FontSize(fontSize)
64
}
0 commit comments