Skip to content
This repository was archived by the owner on Nov 14, 2023. It is now read-only.

Commit 3ef7006

Browse files
jake-bassettjaywalker21
authored andcommitted
fix: make divider 1px high (hypertrace#1253)
1 parent 5757afa commit 3ef7006

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

projects/components/src/divider/divider.component.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,5 @@
22

33
.divider {
44
width: 100%;
5-
border: 1px solid $gray-2;
6-
border-radius: 1px;
5+
border-bottom: 1px solid $gray-2;
76
}

0 commit comments

Comments
 (0)