🐛 Fix color of variant property names in the design tab (#7204)

This commit is contained in:
Luis de Dios 2025-08-28 12:51:04 +02:00 committed by GitHub
parent c2e7f9dc42
commit 2106028350
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -694,6 +694,7 @@
}
.variant-property-name {
color: var(--color-foreground-secondary);
display: block;
overflow: hidden;
text-overflow: ellipsis;