Skip to content

Commit

Permalink
Fix light mode appearance bug
Browse files Browse the repository at this point in the history
  • Loading branch information
daneden committed Sep 15, 2024
1 parent e9f58e4 commit 8e97d14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Solstice/Charts/DaylightChart.swift
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@ struct DaylightChart: View {
view.padding(.bottom)
}
}
.foregroundStyle(markForegroundColor)
.if(appearance == .graphical) { view in
view
.blendMode(.plusLighter)
Expand Down

0 comments on commit 8e97d14

Please sign in to comment.