Skip to content

Commit 3a372ad

Browse files
committed
fix: larger touch area
Signed-off-by: Lessica <82flex@gmail.com>
1 parent a5164b8 commit 3a372ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

TrollFools/IndexableScroller.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ struct IndexableScroller: View {
2222
.font(.footnote)
2323
.fontWeight(.semibold)
2424
.foregroundColor(.accentColor)
25-
.padding(.trailing, 8)
25+
.padding(.trailing, 12)
2626
.background(dragObserver(index))
2727
}
2828
}
@@ -53,7 +53,7 @@ struct IndexableScroller: View {
5353
}
5454
}
5555
}
56-
return Rectangle().fill(Color.clear)
56+
return Rectangle().fill(.background).opacity(0.05)
5757
}
5858
}
5959

0 commit comments

Comments
 (0)