From 7b11804cda53d4c0bf73bec5686c70d89c68e5ab Mon Sep 17 00:00:00 2001 From: ayumi-signal <143036029+ayumi-signal@users.noreply.github.com> Date: Thu, 24 Aug 2023 14:09:23 -0700 Subject: [PATCH] Fix Toast action text color to be lighter blue --- stylesheets/_variables.scss | 2 +- stylesheets/components/Toast.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stylesheets/_variables.scss b/stylesheets/_variables.scss index 254beff441d1..71cba62a48ad 100644 --- a/stylesheets/_variables.scss +++ b/stylesheets/_variables.scss @@ -233,7 +233,7 @@ $conversation-colors-gradient: ( 'tangerine': $color-tangerine, ); -// Used for the safety number change warning banner +// Used for safety number change warning banner, progress bars and toasts $color-ios-blue-tint: #b0c8f9; // -- Non-V3 colors diff --git a/stylesheets/components/Toast.scss b/stylesheets/components/Toast.scss index b53da2d780ca..89af8564d806 100644 --- a/stylesheets/components/Toast.scss +++ b/stylesheets/components/Toast.scss @@ -50,7 +50,7 @@ padding-block: 13px; padding-inline: 16px; white-space: nowrap; - color: $color-ultramarine-light; + color: $color-ios-blue-tint; outline: none; &:focus:focus-visible {