general: minor cleanup

This commit is contained in:
Michael Freno
2026-01-11 08:47:48 -05:00
parent 405008f9fa
commit 3f762cf60e
14 changed files with 111 additions and 77 deletions

View File

@@ -33,7 +33,7 @@ struct InfoBox: View {
.foregroundColor(.white)
}
.padding()
.glassEffect(.regular.tint(.accentColor), in: .rect(cornerRadius: 8))
.glassEffectIfAvailable(GlassStyle.regular.tint(.accentColor), in: .rect(cornerRadius: 8))
}
}