Commit 6f1e3d4
committed
fix(grille): use CanvasText directly for row background to fix iOS borders
iOS Safari does not reliably propagate the color property across shadow
DOM boundaries, so background: currentColor on rows resolved to the same
value as Canvas, making grid borders invisible. Using CanvasText directly
matches how bar text and diagonal lines are already coloured, and does not
depend on shadow DOM colour inheritance.1 parent 0c37afa commit 6f1e3d4
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| |||
0 commit comments