Adjust iOS blue-tint and blue-shade
This commit is contained in:
parent
6bd5587d50
commit
e7a01f8270
1 changed files with 2 additions and 2 deletions
|
@ -54,10 +54,10 @@ $color-steel: #6b6b78;
|
||||||
// Tints and shades
|
// Tints and shades
|
||||||
|
|
||||||
// Used for iOS theme and the safety number change warning banner
|
// Used for iOS theme and the safety number change warning banner
|
||||||
$color-ios-blue-tint: #a2d2f4;
|
$color-ios-blue-tint: #b0c8f9;
|
||||||
|
|
||||||
// Used for scroll down button hover state when it has new messages
|
// Used for scroll down button hover state when it has new messages
|
||||||
$color-ios-blue-shade: #1472bd;
|
$color-ios-blue-shade: #1851b4;
|
||||||
|
|
||||||
$color-crimson-tint: #eda6ae;
|
$color-crimson-tint: #eda6ae;
|
||||||
$color-vermilion-tint: #eba78e;
|
$color-vermilion-tint: #eba78e;
|
||||||
|
|
Loading…
Reference in a new issue