v0.63.1
Fixed
- Input fields in the Settings page (and throughout the app) were missing their visible border.
glass.csswas overriding.form-inputborder-colorwith--glass-border-subtle, which resolves torgba(255,255,255,0.35)in light mode — effectively invisible on white backgrounds. Changed to--color-border(#253).