Skip to content

Commit 9bf4811

Browse files
committed
fix: use border primary for segmented control selected state
1 parent 1349bae commit 9bf4811

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Common/SegmentedControl/segmentedControl.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
position: absolute;
1717
left: 0;
1818
z-index: 0;
19-
border: 0.5px solid var(--border-secondary);
19+
border: 0.5px solid var(--border-primary);
2020
box-shadow: 0px 1px 2px 0px var(--black-20);
2121
height: 100%;
2222
transition: transform 0.3s ease, width 0.3s ease;

0 commit comments

Comments
 (0)