fix(desktop): prompt input cleanup

This commit is contained in:
Adam 2025-12-31 10:58:49 -06:00
commit a2857bba83
No known key found for this signature in database
GPG key ID: 9CB48779AF150E75
4 changed files with 34 additions and 28 deletions

View file

@ -77,6 +77,10 @@
--color-text-weaker: var(--text-weaker);
--color-text-strong: var(--text-strong);
--color-text-interactive-base: var(--text-interactive-base);
--color-text-invert-base: var(--text-invert-base);
--color-text-invert-weak: var(--text-invert-weak);
--color-text-invert-weaker: var(--text-invert-weaker);
--color-text-invert-strong: var(--text-invert-strong);
--color-text-on-brand-base: var(--text-on-brand-base);
--color-text-on-interactive-base: var(--text-on-interactive-base);
--color-text-on-interactive-weak: var(--text-on-interactive-weak);