Commit f15a003
Domain Search: fix darker suggestion row dividers after components v37 bump (#113385)
The @wordpress/components 35 to 37 bump switched the base Divider to color its
line via the logical border-block-end/currentColor, which outranks Card's
physical border-color override. The row separators fell back to currentColor
(~rgb(128,128,128)) instead of the intended light divider.
Override the divider color with the --color-border-secondary token, matching
the sibling domains-table package's row dividers.
Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>1 parent d7c23b9 commit f15a003
1 file changed
Lines changed: 2 additions & 1 deletion
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
| 3 | + | |
3 | 4 | | |
0 commit comments