Change color of placeholder
This commit is contained in:
parent
85df5cf1d8
commit
bd6c2409cf
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue