Skip to content

Commit

Permalink
[LOOP-4751] Dark Mode Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Camji55 authored Nov 6, 2023
2 parents 619f2ad + 6e6c6bb commit e2e9ba1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Loop/Views/HowMuteAlertWorkView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ struct HowMuteAlertWorkView: View {
Spacer()
}
.font(.subheadline)
.foregroundColor(.black.opacity(0.6))
.foregroundColor(.primary.opacity(0.6))
.padding()
.overlay(
RoundedRectangle(cornerRadius: 10, style: .continuous)
Expand Down

0 comments on commit e2e9ba1

Please sign in to comment.