Skip to content

Commit 9d9e7c2

Browse files
committed
Fix that clicking text in chat inverts it's color
1 parent b41691d commit 9d9e7c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Core/Sources/SuggestionWidget/Styles.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ extension View {
5858
extension MarkdownUI.Theme {
5959
static func custom(fontSize: Double) -> MarkdownUI.Theme {
6060
.gitHub.text {
61+
ForegroundColor(.primary)
6162
BackgroundColor(Color.clear)
6263
FontSize(fontSize)
6364
}

0 commit comments

Comments
 (0)