styles: Replace distinct color var with standard variable

To safely looking forward to standard Codex tokens.

Bug: T313243
Change-Id: I3ed5dedab2b5f2edc2b1da13d07e21b77791f08a
This commit is contained in:
Volker E 2022-07-18 11:15:50 -07:00
parent c0d752cbe0
commit d4b205e149
1 changed files with 1 additions and 1 deletions

View File

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