diff --git a/src/components/Badge.tsx b/src/components/Badge.tsx index 410a030a..7dbdfb5a 100644 --- a/src/components/Badge.tsx +++ b/src/components/Badge.tsx @@ -29,7 +29,7 @@ export default function Badge({ case 'small': return clsx( 'px-[5px] h-[17px] md:h-[18px]', - 'text-[0.7rem] leading-none font-medium rounded-[0.25rem]', + 'text-[0.7rem] font-medium rounded-[0.25rem]', contrast === 'high' ? 'text-invert bg-invert' : contrast === 'frosted'