mirror of
https://github.com/KuekHaoYang/KVideo.git
synced 2026-08-22 04:03:42 +08:00
feat: Refactor Badge and VideoCard components for improved styling and layout consistency
This commit is contained in:
@@ -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}
|
||||
`}
|
||||
|
||||
Reference in New Issue
Block a user