Skip to content

Commit ea616fa

Browse files
committed
fix: adjust font size calculation in Avatar styles
1 parent c1f0f93 commit ea616fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/avatar/Avatar.style.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434

3535
> div > div > span, > div > div > p {
3636
color: var(--color);
37-
font-size: calc(var(--size) * 1px);
37+
font-size: calc(var(--size) * 0.75px);
3838
}
3939
}
4040
}

0 commit comments

Comments
 (0)