Skip to content

Commit 4621966

Browse files
committed
Fix chart popup clipping
1 parent 1008fb6 commit 4621966

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

LoopFollow/Charts/BGChartView.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1715,8 +1715,8 @@ private struct PillSizePreferenceKey: PreferenceKey {
17151715
}
17161716

17171717
private enum SelectionPillLayout {
1718-
static let width: CGFloat = 148
1719-
static let height: CGFloat = 64
1718+
static let width: CGFloat = 152
1719+
static let height: CGFloat = 72
17201720
}
17211721

17221722
private struct SelectionPillLayoutSizeKey: EnvironmentKey {

0 commit comments

Comments
 (0)