We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12bdc7f commit ba612a9Copy full SHA for ba612a9
common-ui/src/main/java/com/duckduckgo/mobile/android/ui/view/TextExtensions.kt
@@ -82,7 +82,7 @@ fun TextView.addClickableLink(
82
)
83
setSpan(
84
ForegroundColorSpan(
85
- ContextCompat.getColor(context, R.color.cornflowerBlue),
+ context.getColorFromAttr(R.attr.daxColorAccentBlue),
86
),
87
fullText.getSpanStart(it),
88
fullText.getSpanEnd(it),
@@ -114,7 +114,7 @@ fun TextView.addClickableSpan(
114
115
116
117
118
119
120
0 commit comments