forked from Ivasoft/mattermost-mobile
Update denim theme link color (#6733)
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user