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
- `ToggleSwitch` updates:
- Use the correct color for `DefaultToggleSwitchThumb` ([#463](#463))
- Added `ToggleSwitch.leadingContent`, which positions the content before the switch ([#464](#464))
- Added `ToggleSwitch.thumbBuilder`, which builds the thumb based on the current state
- Added `TextChangedReason.cleared`, which is called when the text is cleared by the user in an `AutoSuggestBox` ([#461](#461))
- `Tooltip` overlay is now ignored when hovered ([#443](#443))
Describe the bug
The ToggleSwich does not change the color of the knob when switching to dark mode.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The knob of the ToggleSwitch should be dark in dark mode.
Screenshots
The text was updated successfully, but these errors were encountered: