fix: remove shadow - created outline
This commit is contained in:
@@ -40,7 +40,6 @@ struct BlinkReminderView: View {
|
|||||||
)
|
)
|
||||||
.frame(width: baseSize, height: baseSize)
|
.frame(width: baseSize, height: baseSize)
|
||||||
.scaleEffect(scale)
|
.scaleEffect(scale)
|
||||||
.shadow(color: .black.opacity(0.2), radius: 5, x: 0, y: 2)
|
|
||||||
}
|
}
|
||||||
Spacer()
|
Spacer()
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -23,7 +23,6 @@ struct PostureReminderView: View {
|
|||||||
Image(systemName: "arrow.up.circle.fill")
|
Image(systemName: "arrow.up.circle.fill")
|
||||||
.font(.system(size: scale))
|
.font(.system(size: scale))
|
||||||
.foregroundColor(.accentColor)
|
.foregroundColor(.accentColor)
|
||||||
.shadow(color: .black.opacity(0.2), radius: 5, x: 0, y: 2)
|
|
||||||
}
|
}
|
||||||
.opacity(opacity)
|
.opacity(opacity)
|
||||||
.offset(y: yOffset)
|
.offset(y: yOffset)
|
||||||
|
|||||||
Reference in New Issue
Block a user