Commit 4f5f1c9
authored
strong-webkit-fix (#832)
Currently <strong> text elements rendering dark Safari in darkmode. Webkit treats color: initial on inline replaced/formatted elements differently than Chrome/Firefox. The most reliable fix is avoiding inherit entirely and just setting an explicit color directly
Example [Transform](https://next.layerchart.com/docs/guides/transform#pointer-interactions)
Fix has been tested for dark and light modes in Safari, Chrome, Firefox.1 parent f7d9ec5 commit 4f5f1c9
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
39 | 43 | | |
40 | 44 | | |
41 | 45 | | |
| |||
0 commit comments