Skip to content

Commit 843b305

Browse files
committed
2025.03.28 align medium badge title
1 parent 7bdac63 commit 843b305

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

badge/templates/medium/medium.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export const BadgeMedium: FC<BadgeMediumProps> = ({ theme, type, data }) => {
4040
backgroundColor: colors.surface.primary,
4141
}}
4242
>
43-
<div style={{ display: 'flex', gap: 12 }}>
43+
<div style={{ display: 'flex', gap: 12, width: '100%' }}>
4444
<BadgeIcon type={type} size={32} />
4545
<div style={{ display: 'flex', flexDirection: 'column', flexGrow: 1, justifyContent: 'center' }}>
4646
<div style={{ fontSize: 16, fontWeight: 600 }}>{title}</div>

0 commit comments

Comments
 (0)