style(ticket): use primary variants for overview actions and badges

This commit is contained in:
2026-08-06 15:56:40 +05:30
parent f6436862c0
commit 8ab9240b77
5 changed files with 5 additions and 4 deletions

View File

@@ -180,7 +180,7 @@ export function TicketAssignmentsCard({
</CardDescription>
</div>
{assignmentsQuery.data ? (
<Badge variant="secondary">{assignments.length}</Badge>
<Badge variant="default">{assignments.length}</Badge>
) : null}
</div>
</CardHeader>