Add placeholder to set edition (#5848)

This commit is contained in:
Xaviju 2025-02-14 11:46:04 +01:00 committed by GitHub
parent 37855bfe7f
commit 8a332c1402
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 21 additions and 11 deletions

View file

@ -127,6 +127,7 @@
--layer-row-foreground-color-selected: var(--color-accent-primary);
--layer-row-foreground-color-drag: var(--color-accent-tertiary);
--layer-row-foreground-color-focus: var(--color-foreground-primary);
--layer-row-foreground-color-placeholder: var(--color-foreground-secondary);
--layer-row-border-color-focus: var(--color-accent-primary);
--layer-child-row-background-color: var(--color-background-tertiary);
--layer-child-row-foreground-color: var(--color-foreground-secondary);