Skip to content

Commit

Permalink
docs sidebar: fix new badge height and width
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Sutu authored and rluders committed Nov 16, 2023
1 parent c9f85fd commit 02cebef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/docs/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ function NewBadge({ children }: PropsWithChildren) {
return (
<span className="flex items-center gap-2">
{children}
<Badge color="cyan" className="px-2">
<Badge color="cyan" className="px-1.5 h-4">
New
</Badge>
</span>
Expand Down

0 comments on commit 02cebef

Please sign in to comment.