-
Notifications
You must be signed in to change notification settings - Fork 14
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
Buttons inside sheets change to red after swiping through, but not tapping to #1064
Labels
bug
Something isn't working
Comments
This issue reproduces on iOS 17.5 and 18.0 simulators. I tried a small test project and the issue did NOT reproduce there. |
Here is a relevant page from the Apple Developer Forums: |
github-merge-queue bot
pushed a commit
that referenced
this issue
Aug 12, 2024
fix: confirmationDialog buttons turn red while you swipe #1064
joshuatbrown
added a commit
that referenced
this issue
Aug 16, 2024
fix: confirmationDialog buttons turn red while you swipe #1064
@setch-l Reopening and putting into QA since this will be in the 0.1.25 build. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The buttons should return to their former colors.
Screenshots or Video
https://github.com/planetary-social/nos/assets/1703242/c5a51d9d-4435-4c9c-b038-c953d5cb51d9
Technical info (please complete the following information):
Additional context
We initially thought it was due to a destructive action we had in one sheet, but it happens in all of them. I don't think it is a destructive red, but it seems to me that the "active" or "selected" state of the buttons are set somewhere or are buggy in swiftui. We could create a new project and find out. Also, the dark mode could be interacting with that.
The text was updated successfully, but these errors were encountered: