Remove 3D DayViewStyle
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -1153,32 +1153,6 @@ struct DayViewStylePickerCompact: View {
|
||||
.offset(x: -6)
|
||||
.blur(radius: 2)
|
||||
}
|
||||
case .threeD:
|
||||
// 3D depth effect
|
||||
ZStack {
|
||||
RoundedRectangle(cornerRadius: 6)
|
||||
.fill(Color.black.opacity(0.2))
|
||||
.frame(width: 34, height: 24)
|
||||
.offset(x: 3, y: 3)
|
||||
RoundedRectangle(cornerRadius: 6)
|
||||
.fill(Color.black.opacity(0.1))
|
||||
.frame(width: 34, height: 24)
|
||||
.offset(x: 1.5, y: 1.5)
|
||||
RoundedRectangle(cornerRadius: 6)
|
||||
.fill(
|
||||
LinearGradient(
|
||||
colors: [.white, Color(.systemGray6)],
|
||||
startPoint: .topLeading,
|
||||
endPoint: .bottomTrailing
|
||||
)
|
||||
)
|
||||
.frame(width: 34, height: 24)
|
||||
Circle()
|
||||
.fill(.blue)
|
||||
.frame(width: 10, height: 10)
|
||||
.offset(x: -6)
|
||||
.shadow(color: .black.opacity(0.3), radius: 2, x: 1, y: 2)
|
||||
}
|
||||
case .motion:
|
||||
// Accelerometer motion effect
|
||||
ZStack {
|
||||
|
||||
Reference in New Issue
Block a user