Skip to content

Commit

Permalink
🐞 Make sure lock is not white
Browse files Browse the repository at this point in the history
  • Loading branch information
MrKai77 committed Jun 27, 2024
1 parent 64012be commit 671b786
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Loop/Luminare/Theming/IconConfiguration.swift
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ struct IconVew: View {
VStack(alignment: .center) {
Spacer()
Image(._18PxLock)
.foregroundStyle(.secondary)
Text(nextUnlockCount == icon.unlockTime ? "\(loopsLeft) \(loopsLeft > 1 ? "Loops left" : "Loop left")" : "Locked")
.font(.caption)
.foregroundColor(.secondary)
Expand Down

0 comments on commit 671b786

Please sign in to comment.