1
1
mirror of https://github.com/primer/css.git synced 2025-01-05 21:22:57 +03:00

Use --color-border-secondary for Box-row dividers

This commit is contained in:
simurai 2020-10-26 21:15:49 +09:00
parent cb88290a58
commit 1a722f79fe

View File

@ -106,7 +106,7 @@
// stylelint-disable-next-line primer/spacing
margin-top: -1px;
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-width: $border-width;