Skip to content

Commit

Permalink
Fix an issue with incorrect notification bell color on iPad
Browse files Browse the repository at this point in the history
  • Loading branch information
kean committed Dec 11, 2024
1 parent 9e972b6 commit 1019ca4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ private struct SidebarView: View {
} icon: {
if notificationsButtonViewModel.counter > 0 {
Image(systemName: "bell.badge")
.foregroundStyle(.red, Color(UIAppColor.brand))
.foregroundStyle(.red, .primary)
} else {
Image(systemName: "bell")
}
Expand Down

0 comments on commit 1019ca4

Please sign in to comment.