Skip to content

Commit d095978

Browse files
committed
fix: breadcrumb gap spacing
1 parent 0a0fd61 commit d095978

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/components/_provisional/src/breadcrumbs/styles/index.module.scss

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

33
.root {
44
display: flex;
5-
gap: get-spacing(1);
5+
gap: get-spacing(0.5);
66
align-items: center;
77
}

0 commit comments

Comments
 (0)