fix: remove shadow - created outline
This commit is contained in:
@@ -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()
|
||||
}
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user