Adjust remote access tooltip border
This commit is contained in:
parent
6c0f854a69
commit
5e232ba161
1 changed files with 1 additions and 1 deletions
|
|
@ -1338,7 +1338,7 @@ export function TicketSummaryHeader({ ticket }: TicketHeaderProps) {
|
|||
</span>
|
||||
</Button>
|
||||
</TooltipTrigger>
|
||||
<TooltipContent className="max-w-xs space-y-1 rounded-xl border border-sidebar-ring/20 bg-white px-3 py-2 text-left text-xs text-neutral-900 shadow-lg">
|
||||
<TooltipContent className="max-w-xs space-y-1 rounded-xl border border-slate-200 bg-white px-3 py-2 text-left text-xs text-neutral-900 shadow-lg">
|
||||
<p className="text-sm font-semibold text-neutral-900">Acesso remoto</p>
|
||||
{remoteShortcutHostname ? (
|
||||
<p className="text-xs text-neutral-700">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue