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,
|
'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;
|
$color-ios-blue-tint: #b0c8f9;
|
||||||
|
|
||||||
// -- Non-V3 colors
|
// -- Non-V3 colors
|
||||||
|
|
|
@ -50,7 +50,7 @@
|
||||||
padding-block: 13px;
|
padding-block: 13px;
|
||||||
padding-inline: 16px;
|
padding-inline: 16px;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
color: $color-ultramarine-light;
|
color: $color-ios-blue-tint;
|
||||||
outline: none;
|
outline: none;
|
||||||
|
|
||||||
&:focus:focus-visible {
|
&:focus:focus-visible {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue