Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🐛 ToggleSwitch does not respect Fluent in Dark Mode #463

Closed
morning4coffe-dev opened this issue Aug 11, 2022 · 0 comments · Fixed by #469
Closed

🐛 ToggleSwitch does not respect Fluent in Dark Mode #463

morning4coffe-dev opened this issue Aug 11, 2022 · 0 comments · Fixed by #469
Labels
bug Something isn't working

Comments

@morning4coffe-dev
Copy link
Contributor

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:

  1. Switch to dark mode

Expected behavior
The knob of the ToggleSwitch should be dark in dark mode.

Screenshots
Frame 16

@bdlukaa bdlukaa added the bug Something isn't working label Aug 11, 2022
@bdlukaa bdlukaa mentioned this issue Aug 14, 2022
3 tasks
bdlukaa added a commit that referenced this issue Aug 20, 2022
- `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))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants