Adjust iOS blue-tint and blue-shade

This commit is contained in:
Josh Perez 2020-03-20 11:46:28 -07:00 committed by Scott Nonnenberg
parent 6bd5587d50
commit e7a01f8270

View file

@ -54,10 +54,10 @@ $color-steel: #6b6b78;
// Tints and shades
// 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
$color-ios-blue-shade: #1472bd;
$color-ios-blue-shade: #1851b4;
$color-crimson-tint: #eda6ae;
$color-vermilion-tint: #eba78e;