Co-authored-by: domfelipe <53182096+domfelipe@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot] 2026-04-17 19:02:55 +00:00
parent 52d053c00f
commit cfbc0b07a3
4 changed files with 7 additions and 7 deletions

View file

@ -356,7 +356,7 @@ function SkillDetailPage() {
<div className="flex items-center justify-between">
<span className="font-medium">v{v.version_number}</span>
{v.is_live && (
<Badge className="bg-emerald-500/15 text-emerald-600 dark:text-emerald-400 border-emerald-500/30 text-[10px]">
<Badge variant="success" className="text-[10px]">
Live
</Badge>
)}