Skip to content

Commit

Permalink
Merge pull request #951 from mittwald/fix-separator-style
Browse files Browse the repository at this point in the history
fix(Separator): fix border style
  • Loading branch information
elmartinezc authored Nov 6, 2024
2 parents d0a6218 + 1fa455c commit 1db6c7a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.separator {
background-color: var(--separator--color);
height: var(--separator--height);
border: none;
}

0 comments on commit 1db6c7a

Please sign in to comment.