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
1 changed files with 2 additions and 2 deletions

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
);
}
}