Skip to content

Commit d1e6090

Browse files
committed
fix: badge
1 parent 8b3e7ea commit d1e6090

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/components/atoms/badge/badge.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,13 @@ export default {
5252
:root {
5353
--h-badge--width: fit-content;
5454
--h-badge--height: fit-content;
55+
--h-badge--border-radius: 50%;
5556
}
5657
5758
.h-badge {
5859
align-items: center;
5960
background-color: var(--h-badge--background-color);
60-
border-radius: 50%;
61+
border-radius: var(--h-badge--border-radius);
6162
color: var(--h-badge--color);
6263
display: flex;
6364
font-size: var(--h-badge--font-size);

0 commit comments

Comments
 (0)