Skip to content

Commit

Permalink
fix(piped-list): use currentColor for piped-list pipe instead of black
Browse files Browse the repository at this point in the history
  • Loading branch information
tillywoodfield committed Nov 19, 2024
1 parent 911d78e commit e2e3458
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scss/components/piped-list/_piped-list.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
padding-left: 1em;
}
&:not(:last-child) {
border-right: 1px solid black;
border-right: 1px solid currentColor;
padding-right: 1em;
}
}
Expand Down

0 comments on commit e2e3458

Please sign in to comment.