Fix Toast action text color to be lighter blue
This commit is contained in:
parent
d03009adbf
commit
7b11804cda
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue