Remove duplicated placeholder color

This commit is contained in:
Konstantinos Triantafyllou 2023-01-27 14:43:04 +02:00
parent 8f78fa2573
commit 87d8459a7b
2 changed files with 1 additions and 2 deletions

View File

@ -8,7 +8,6 @@
@placeholder-color: #6e6e6e;
@disable-color: #B3B3B3;
@muted-color: #EAEAEA;
@light-grey-color: #6E6E6E;
@light-color: #FFFFFF;
@table-color: #F5F5F5;
@default-color: #F9F9F9;

View File

@ -14,7 +14,7 @@
@text-background-color: @global-primary-background;
/* Light grey text*/
@text-light-grey: @light-grey-color;
@text-light-grey: @placeholder-color;
/* Bold */
@text-bold-weight: 600;