Frontmatter
| id | 9217 |
| title | Update remaining neo-dark form fields and fix inline label color |
| state | Closed |
| labels | enhancementdesignai |
| assignees | tobiu |
| createdAt | Feb 20, 2026, 2:28 PM |
| updatedAt | Feb 20, 2026, 2:31 PM |
| githubUrl | https://github.com/neomjs/neo/issues/9217 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | 9106 |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Feb 20, 2026, 2:31 PM |
Update remaining neo-dark form fields and fix inline label color
tobiu assigned to @tobiu on Feb 20, 2026, 2:28 PM

tobiu
Feb 20, 2026, 2:30 PM
Input from Gemini 3 Pro:
✦ Updated remaining
neo-darkform fields and fixed the inline label color issue.Changes:
- Text Field (src): Replaced hardcoded
#777withvar(--textfield-label-color)for inline labels, ensuring they respect the theme's label color (now lighter gray).- FileUpload: Updated background, border, and focus colors to the Purple/Gray palette.
- Range: Updated thumb to
var(--purple-400)and track tovar(--gray-600).- Search: Updated glyph color to
var(--purple-300).- Switch: Updated 'On' state to
var(--purple-400)and removed dependencies on missingbluevariables.This ensures all form fields align with the "Deep Blue / Purple" aesthetic.
tobiu closed this issue on Feb 20, 2026, 2:31 PM
tobiu added parent issue #9106 on Feb 20, 2026, 2:32 PM
src): Replace hardcoded#777color forlabel-inline.neo-has-contentwithvar(--textfield-label-color)to prevent "muddy" labels in dark mode.var(--purple-300).var(--blue-*)references withvar(--purple-*)orvar(--green-*)(for 'on' state).