We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9888dd commit b555dcdCopy full SHA for b555dcd
1 file changed
apps/www/app/content/components/badge/badge.stories.tsx
@@ -22,7 +22,7 @@ export const Floating = () => (
22
);
23
24
export const Bullet = () => (
25
- <div>
+ <div style={{ display: 'flex', alignItems: 'center' }}>
26
<Badge data-color='success' style={{ marginInlineEnd: '0.5rem' }} />
27
Aktiv
28
</div>
0 commit comments