mirror of
https://github.com/primer/css.git
synced 2025-01-07 14:58:54 +03:00
Use --color-border-secondary for Box-row dividers
This commit is contained in:
parent
cb88290a58
commit
1a722f79fe
@ -106,7 +106,7 @@
|
|||||||
// stylelint-disable-next-line primer/spacing
|
// stylelint-disable-next-line primer/spacing
|
||||||
margin-top: -1px;
|
margin-top: -1px;
|
||||||
list-style-type: none; // To account for applying Box component to a list
|
list-style-type: none; // To account for applying Box component to a list
|
||||||
border-top-color: var(--color-border-primary);
|
border-top-color: var(--color-border-secondary);
|
||||||
border-top-style: $border-style;
|
border-top-style: $border-style;
|
||||||
border-top-width: $border-width;
|
border-top-width: $border-width;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user