From 8ab9240b77c638d07833b0d7e8aa74794ba03159 Mon Sep 17 00:00:00 2001 From: "santasri.pachhal" Date: Thu, 6 Aug 2026 15:56:40 +0530 Subject: [PATCH] style(ticket): use primary variants for overview actions and badges --- .../ticket/[ticketId]/components/TicketAssignmentsCard.tsx | 2 +- .../ticket/[ticketId]/components/TicketOverviewCard.tsx | 2 +- .../ticket/[ticketId]/components/actions/TicketActionCard.tsx | 2 +- src/app/(modules)/upload/components/UploadListColumns.tsx | 2 +- src/app/(modules)/users/components/UserColumns.tsx | 1 + 5 files changed, 5 insertions(+), 4 deletions(-) diff --git a/src/app/(modules)/ticket/[ticketId]/components/TicketAssignmentsCard.tsx b/src/app/(modules)/ticket/[ticketId]/components/TicketAssignmentsCard.tsx index e6e3e15..b1abce7 100644 --- a/src/app/(modules)/ticket/[ticketId]/components/TicketAssignmentsCard.tsx +++ b/src/app/(modules)/ticket/[ticketId]/components/TicketAssignmentsCard.tsx @@ -180,7 +180,7 @@ export function TicketAssignmentsCard({ {assignmentsQuery.data ? ( - {assignments.length} + {assignments.length} ) : null} diff --git a/src/app/(modules)/ticket/[ticketId]/components/TicketOverviewCard.tsx b/src/app/(modules)/ticket/[ticketId]/components/TicketOverviewCard.tsx index 750b7e1..9e964d0 100644 --- a/src/app/(modules)/ticket/[ticketId]/components/TicketOverviewCard.tsx +++ b/src/app/(modules)/ticket/[ticketId]/components/TicketOverviewCard.tsx @@ -183,7 +183,7 @@ export function TicketOverviewCard({ {analysisVideoId ? (