feat: Refactor Badge and VideoCard components for improved styling and layout consistency

This commit is contained in:
kuekhaoyang
2025-11-19 12:25:17 +08:00
parent 3a756dd06f
commit 7eee36fc50
2 changed files with 5 additions and 7 deletions
+2 -2
View File
@@ -40,9 +40,9 @@ const BadgeComponent = memo(function Badge({
<span
className={`
inline-flex items-center justify-center
px-2 py-0.5 md:px-3 md:py-1
px-1.5 py-0.5
rounded-[var(--radius-full)]
text-[10px] md:text-xs font-semibold
text-[10px] font-semibold
${variants[variant]}
${className}
`}