Skip to content

Commit 8c14567

Browse files
committed
Improve link visibility in room list message preview
When a room list’s “last message” contains a URL, leave it set to the default color of the text field instead of forcing it to match the accent color. Fixes #81
1 parent 913569e commit 8c14567

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Relay/Views/RoomList/RoomListRow.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,6 @@ extension AttributedString {
146146

147147
for range in linkRanges {
148148
result[range].link = nil
149-
result[range].foregroundColor = .accentColor
150149
}
151150

152151
return result

0 commit comments

Comments
 (0)