Skip to content

v0.63.1

Choose a tag to compare

@ulsklyc ulsklyc released this 05 Jun 16:09

Fixed

  • Input fields in the Settings page (and throughout the app) were missing their visible border. glass.css was overriding .form-input border-color with --glass-border-subtle, which resolves to rgba(255,255,255,0.35) in light mode — effectively invisible on white backgrounds. Changed to --color-border (#253).