Skip to content

Commit 35f772b

Browse files
authored
counter - fix text position (#2848)
1 parent db67a7a commit 35f772b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/counters/_counters.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ $counterSizeXS: componentSize(xs);
1818

1919
&__text {
2020
position: relative;
21-
top: 1px;
21+
top: 0px;
2222
}
2323

2424
&__text-spaced {
2525
position: relative;
26-
top: 3px;
26+
top: 2px;
2727
}
2828

2929
&--black {

0 commit comments

Comments
 (0)