You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: make the event-fonts toggle row fully toggleable (a11y)
CodeRabbit nitpick: the whole row (label + switch) now toggles the pref via
Modifier.toggleable(role = Role.Switch); the Switch is visual-only
(onCheckedChange = null) so it doesn't double-fire. Bigger touch target,
one semantics node.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
0 commit comments