Skip to content

Commit 2e57404

Browse files
keep 1px value to avoid chunky bar
1 parent 7f005be commit 2e57404

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib/spacing.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export const spacing = {
3535

3636
const HSeparator = styled.div`
3737
background: ${(props) => props.theme.border};
38-
width: ${spacing.r1};
38+
width: 1px;
3939
align-self: stretch;
4040
flex-shrink: 0;
4141
margin: ${spacing.r12} 0px;

0 commit comments

Comments
 (0)