style(ticket): use primary variants for overview actions and badges
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user