Skip to content

Commit b227aff

Browse files
Revert window edge clipping changes
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 568e199 commit b227aff

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

Pika/Views/ColorPickers.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ struct ColorPickers: View {
1212
Divider()
1313
}
1414
}
15-
.clipped()
1615
}
1716
}
1817

Pika/Views/ContentView.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ struct ContentView: View {
7272
.transition(.move(edge: .bottom).combined(with: .opacity))
7373
}
7474
}
75-
.clipShape(RoundedRectangle(cornerRadius: 10, style: .continuous))
7675
.onAppear {
7776
if Defaults[.palettes].first?.pairs.isEmpty ?? true {
7877
eyedroppers.recordHistory()

0 commit comments

Comments
 (0)