Skip to content

Commit

Permalink
Merge pull request #1411 from planetary-social/fix-sheet-button-color…
Browse files Browse the repository at this point in the history
…-in-release

Fix sheet button color in release/0.1.25
  • Loading branch information
joshuatbrown authored Aug 16, 2024
2 parents 625b8c3 + a0adec1 commit a72d433
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Added push notifications for zaps.
- Added zaps to the Notifications view.
- Created Colors.xcassets and move all colors into it. Thanks @lingoslinger!
- Fixed a bug where confirmation dialog buttons turn red while swiping across them.

## [0.1.23] - 2024-07-31Z

Expand Down
4 changes: 4 additions & 0 deletions Nos/NosApp.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ struct NosApp: App {

init() {
_ = crashReporting // force crash reporting init as early as possible

// hack to fix confirmationDialog color issue
// https://github.com/planetary-social/nos/issues/1064
UIView.appearance(whenContainedInInstancesOf: [UIAlertController.self]).tintColor = .systemBlue
}

var body: some Scene {
Expand Down

0 comments on commit a72d433

Please sign in to comment.