fix: align ticket timer icon size
This commit is contained in:
parent
9b633bd8e0
commit
3012ad4348
1 changed files with 1 additions and 1 deletions
|
|
@ -630,7 +630,7 @@ export function TicketSummaryHeader({ ticket }: TicketHeaderProps) {
|
||||||
<Tooltip>
|
<Tooltip>
|
||||||
<TooltipTrigger asChild>
|
<TooltipTrigger asChild>
|
||||||
<Badge
|
<Badge
|
||||||
className="inline-flex h-9 cursor-help items-center gap-2 rounded-full border border-slate-200 bg-white px-3 text-sm font-semibold text-neutral-700"
|
className="inline-flex h-9 cursor-help items-center gap-2 rounded-full border border-slate-200 bg-white px-3 text-sm font-semibold text-neutral-700 [&>svg]:size-5"
|
||||||
title="Tempo total de atendimento"
|
title="Tempo total de atendimento"
|
||||||
>
|
>
|
||||||
<IconClock className="size-5 text-neutral-700" /> {formattedTotalWorked}
|
<IconClock className="size-5 text-neutral-700" /> {formattedTotalWorked}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue