general: improve consistency

This commit is contained in:
Michael Freno
2026-01-08 21:26:30 -05:00
parent a0962e596a
commit a77e264210
12 changed files with 51 additions and 26 deletions

View File

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