Skip to content

Commit 1a722f7

Browse files
committed
Use --color-border-secondary for Box-row dividers
1 parent cb88290 commit 1a722f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/box/box.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
// stylelint-disable-next-line primer/spacing
107107
margin-top: -1px;
108108
list-style-type: none; // To account for applying Box component to a list
109-
border-top-color: var(--color-border-primary);
109+
border-top-color: var(--color-border-secondary);
110110
border-top-style: $border-style;
111111
border-top-width: $border-width;
112112

0 commit comments

Comments
 (0)