💄 Improve placeholder text color

This commit is contained in:
Jeffrey Chen 2025-12-11 23:27:49 +08:00
parent 693f1d598c
commit d26756ce27
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;
}