We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5164b8 commit 3a372adCopy full SHA for 3a372ad
TrollFools/IndexableScroller.swift
@@ -22,7 +22,7 @@ struct IndexableScroller: View {
22
.font(.footnote)
23
.fontWeight(.semibold)
24
.foregroundColor(.accentColor)
25
- .padding(.trailing, 8)
+ .padding(.trailing, 12)
26
.background(dragObserver(index))
27
}
28
@@ -53,7 +53,7 @@ struct IndexableScroller: View {
53
54
55
56
- return Rectangle().fill(Color.clear)
+ return Rectangle().fill(.background).opacity(0.05)
57
58
59
0 commit comments