feat: update Core Value trait label text stroke with light-dark color

This commit is contained in:
Alexander Minges 2025-07-12 22:20:37 +02:00
parent 8252a354cb
commit e001102278
Signed by: Athemis
GPG key ID: 31FBDEF92DDB162B

View file

@ -35,7 +35,7 @@
&--trait {
.ds4-core-value__label {
-webkit-text-stroke: 1px colors.$c-black;
-webkit-text-stroke: 1px light-dark(colors.$c-black, colors.$c-white);
color: transparent;
}
}