-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[PBIOS-427] Dark Mode Button Fix (#440)
**What does this PR do?** [PBIOS-427] Dark Mode Button Fix **Screenshots:** ![Simulator Screenshot - iPhone 15 Pro Max - 2024-08-15 at 11 03 03](https://github.com/user-attachments/assets/fcb39008-402e-4267-8d47-8c052720b903) ![Simulator Screenshot - iPhone 15 Pro Max - 2024-08-15 at 11 03 08](https://github.com/user-attachments/assets/e32b8e45-ea01-4892-8a88-2c58cb053741) ### Checklist - [x] **LABELS** - Add a label: `breaking`, `bug`, `improvement`, `documentation`, or `enhancement`. See [Labels](https://github.com/powerhome/playbook-apple/labels) for descriptions. - [x] **RELEASES** - Add the appropriate label: `Ready for Testing` / `Ready for Release` - [x] **TESTING** - Have you tested your story? --------- Co-authored-by: Ísis <[email protected]>
- Loading branch information
1 parent
2b1c010
commit de18a36
Showing
3 changed files
with
20 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,4 +42,5 @@ struct ReactionButtonModifier: ViewModifier { | |
#endif | ||
} | ||
} | ||
|
||
} |