Skip to content

Commit 333d12b

Browse files
chore: minor padding update
1 parent 3f6e41c commit 333d12b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/api/registry/badge/[type]/[...pkg].get.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ const COLORS = {
4343

4444
const BADGE_PADDING_X = 8
4545
const MIN_BADGE_TEXT_WIDTH = 40
46-
const FALLBACK_VALUE_EXTRA_PADDING_X = 4
46+
const FALLBACK_VALUE_EXTRA_PADDING_X = 8
4747
const SHIELDS_LABEL_PADDING_X = 5
4848

4949
const BADGE_FONT_SHORTHAND = 'normal normal 400 11px Geist, system-ui, -apple-system, sans-serif'

0 commit comments

Comments
 (0)