app icon yayyyyy

This commit is contained in:
neon443
2025-05-14 19:25:22 +01:00
parent 3ca5017b61
commit f9f030c8b3
51 changed files with 366 additions and 4 deletions

View File

@@ -118,7 +118,7 @@ struct EventListView: View {
.overlay(
RoundedRectangle(cornerRadius: 10)
.stroke(
.one.opacity(appearance == .dark ? 0.5 : 1),
.one.opacity(0.5),
lineWidth: 1
)
)