fix: remove shadow - created outline

This commit is contained in:
Michael Freno
2026-01-11 16:31:18 -05:00
parent 998577e947
commit 5488ad286c
2 changed files with 0 additions and 2 deletions

View File

@@ -40,7 +40,6 @@ struct BlinkReminderView: View {
)
.frame(width: baseSize, height: baseSize)
.scaleEffect(scale)
.shadow(color: .black.opacity(0.2), radius: 5, x: 0, y: 2)
}
Spacer()
}

View File

@@ -23,7 +23,6 @@ struct PostureReminderView: View {
Image(systemName: "arrow.up.circle.fill")
.font(.system(size: scale))
.foregroundColor(.accentColor)
.shadow(color: .black.opacity(0.2), radius: 5, x: 0, y: 2)
}
.opacity(opacity)
.offset(y: yOffset)