Update denim theme link color (#6733)
This commit is contained in:
parent
684bbb4aef
commit
d8504b822c
2 changed files with 2 additions and 2 deletions
|
|
@ -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}
|
||||
/>
|
||||
|
|
|
|||
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue