💄 Improve placeholder text color (#16566)

This commit is contained in:
Jeffrey Chen 2025-12-12 11:21:57 +08:00 committed by GitHub
parent 6202fd39ec
commit 168e492c81
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -105,7 +105,7 @@
font-weight: bold;
&:empty::after {
color: var(--b3-theme-on-surface-light);
color: var(--b3-empty-color);
content: attr(data-tip);
}
}

View file

@ -411,7 +411,7 @@
&:empty::after {
content: attr(data-tip);
color: var(--b3-theme-on-surface-light);
color: var(--b3-empty-color);
cursor: text;
}