Commit 8205492
fix: match Market's accessibility corner radius calculation
Change cornerRadius + accessibilityPathInset to
cornerRadius - accessibilityPathInset so the outset radius matches
Market's UIView+Accessibility helper (radius - (-2) = radius + 2).
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 95d1ab8 commit 8205492
1 file changed
Lines changed: 2 additions & 2 deletions
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | | - | |
| 105 | + | |
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
| |||
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
127 | | - | |
| 127 | + | |
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
| |||
0 commit comments