mirror of
https://github.com/yattee/yattee.git
synced 2026-05-12 10:25:02 +00:00
Increase grid spacing on tvOS for focus effect clearance
The tvOS focus effect scales up the focused card, causing it to overlap adjacent cards' text. Increase grid spacing from 32 to 48 points.
This commit is contained in:
@@ -43,7 +43,7 @@ enum GridConstants {
|
||||
/// Spacing between grid items.
|
||||
static let spacing: CGFloat = {
|
||||
#if os(tvOS)
|
||||
32
|
||||
48
|
||||
#else
|
||||
12
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user