Merge "styles: Replace distinct color var with standard variable"

This commit is contained in:
jenkins-bot 2022-07-19 16:43:30 +00:00 committed by Gerrit Code Review
commit 22b4e4f31a
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@
}
.mixin-placeholder( {
color: @colorGray7;
color: @color-placeholder;
opacity: 1;
} );