Fix Toast action text color to be lighter blue

This commit is contained in:
ayumi-signal 2023-08-24 14:09:23 -07:00 committed by GitHub
parent d03009adbf
commit 7b11804cda
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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 {