css: Use color-animated-button-text instead of span selector.

(cherry picked from commit 952ca6ae3c)
This commit is contained in:
evykassirer 2024-07-25 15:40:43 -07:00 committed by Tim Abbott
parent 823f32454a
commit 81502f28d1
1 changed files with 2 additions and 2 deletions

View File

@ -702,7 +702,7 @@ div.overlay {
color: hsl(0deg 0% 0%); color: hsl(0deg 0% 0%);
border-radius: 4px; border-radius: 4px;
& span { .color-animated-button-text {
color: hsl(0deg 0% 0%); color: hsl(0deg 0% 0%);
} }
@ -711,7 +711,7 @@ div.overlay {
background-color: hsl(240deg 96% 68%); background-color: hsl(240deg 96% 68%);
color: hsl(0deg 0% 100%); color: hsl(0deg 0% 100%);
& span { .color-animated-button-text {
color: hsl(0deg 0% 100%); color: hsl(0deg 0% 100%);
transition: all 0.2s ease; transition: all 0.2s ease;
} }