Skip to content

Commit 15d89f3

Browse files
committed
missed a couple of spacers
1 parent dac9464 commit 15d89f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/primer-popover/lib/popover.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@
1919
}
2020

2121
&::before {
22-
top: -16px;
22+
top: -$spacer-3;
2323
margin-left: -9px;
2424
border: $spacer-2 $border-style transparent;
2525
border-bottom-color: $border-black-fade;
2626
}
2727

2828
&::after {
2929
top: -14px;
30-
margin-left: -8px;
30+
margin-left: -$spacer-2;
3131
border: 7px $border-style transparent;
3232
border-bottom-color: $bg-white;
3333
}

0 commit comments

Comments
 (0)