Skip to content

Commit f9fe867

Browse files
committed
Fix formatting
1 parent e9a92c7 commit f9fe867

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

packages/react/src/component-helpers/shared.module.css

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,7 @@
1616
right: 0;
1717
height: 0;
1818
border-top: var(--brand-borderWidth-thin) solid;
19-
border-image: linear-gradient(
20-
var(--brand-color-border-muted),
21-
var(--brand-color-border-muted)
22-
) 1;
19+
border-image: linear-gradient(var(--brand-color-border-muted), var(--brand-color-border-muted)) 1;
2320
border-image-outset: 0 100vw;
2421
z-index: 1;
2522
pointer-events: none;

0 commit comments

Comments
 (0)