Change color of placeholder

This commit is contained in:
Josh Perez 2022-05-06 12:18:02 -04:00 committed by GitHub
parent 85df5cf1d8
commit bd6c2409cf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -116,7 +116,7 @@
&__placeholder {
align-items: center;
color: $color-gray-05;
color: $color-gray-45;
display: flex;
flex-direction: column;
flex: 1;
@ -129,7 +129,7 @@
@include color-svg(
'../images/icons/v2/stories-outline-56.svg',
$color-gray-05
$color-gray-45
);
}
}