Skip to content

Commit b555dcd

Browse files
authored
fix(www): badge bullet story centered dot (#4313)
1 parent d9888dd commit b555dcd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/www/app/content/components/badge/badge.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export const Floating = () => (
2222
);
2323

2424
export const Bullet = () => (
25-
<div>
25+
<div style={{ display: 'flex', alignItems: 'center' }}>
2626
<Badge data-color='success' style={{ marginInlineEnd: '0.5rem' }} />
2727
Aktiv
2828
</div>

0 commit comments

Comments
 (0)