Update denim theme link color (#6733)

This commit is contained in:
Elias Nahum
2022-11-04 18:57:12 +02:00
committed by GitHub
parent 684bbb4aef
commit d8504b822c
2 changed files with 2 additions and 2 deletions

View File

@@ -77,7 +77,7 @@ exports[`ThreadOverview should match snapshot when post is not saved and 0 repli
}
>
<Icon
color="#386fe5"
color="#1C58D9"
name="bookmark"
size={24}
/>

View File

@@ -68,7 +68,7 @@ const Preferences: Record<string, any> = {
centerChannelBg: '#ffffff',
centerChannelColor: '#3f4350',
newMessageSeparator: '#cc8f00',
linkColor: '#386fe5',
linkColor: '#1C58D9',
buttonBg: '#1c58d9',
buttonColor: '#ffffff',
errorTextColor: '#d24b4e',