diff --git a/app/components/post_list/thread_overview/__snapshots__/thread_overview.test.tsx.snap b/app/components/post_list/thread_overview/__snapshots__/thread_overview.test.tsx.snap
index d95de26d3f..feef6553ef 100644
--- a/app/components/post_list/thread_overview/__snapshots__/thread_overview.test.tsx.snap
+++ b/app/components/post_list/thread_overview/__snapshots__/thread_overview.test.tsx.snap
@@ -77,7 +77,7 @@ exports[`ThreadOverview should match snapshot when post is not saved and 0 repli
}
>
diff --git a/app/constants/preferences.ts b/app/constants/preferences.ts
index 46108a821e..7da1dd3d4d 100644
--- a/app/constants/preferences.ts
+++ b/app/constants/preferences.ts
@@ -68,7 +68,7 @@ const Preferences: Record = {
centerChannelBg: '#ffffff',
centerChannelColor: '#3f4350',
newMessageSeparator: '#cc8f00',
- linkColor: '#386fe5',
+ linkColor: '#1C58D9',
buttonBg: '#1c58d9',
buttonColor: '#ffffff',
errorTextColor: '#d24b4e',