Skip to content

Commit

Permalink
Merge pull request #28 from IATI/piped-list-fix
Browse files Browse the repository at this point in the history
Use currentColor for piped-list pipe instead of black
  • Loading branch information
tillywoodfield authored Nov 21, 2024
2 parents 911d78e + e2e3458 commit 66d08f4
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 66d08f4

Please sign in to comment.