mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
fix(site): improve info icon styles in audit and connection log rows (#25009)
This commit is contained in:
@@ -131,7 +131,7 @@ export const AuditLogRow: FC<AuditLogRowProps> = ({
|
||||
{showOrgDetails ? (
|
||||
<Tooltip>
|
||||
<TooltipTrigger asChild>
|
||||
<InfoIcon className="text-content-link" />
|
||||
<InfoIcon className="size-icon-sm text-content-secondary" />
|
||||
</TooltipTrigger>
|
||||
<TooltipContent side="bottom">
|
||||
<div className="flex flex-col gap-2">
|
||||
|
||||
@@ -72,7 +72,7 @@ export const ConnectionLogRow: FC<ConnectionLogRowProps> = ({
|
||||
)}
|
||||
<Tooltip>
|
||||
<TooltipTrigger asChild>
|
||||
<InfoIcon className="text-content-link" />
|
||||
<InfoIcon className="size-icon-sm text-content-secondary" />
|
||||
</TooltipTrigger>
|
||||
<TooltipContent side="bottom">
|
||||
<div className="flex flex-col gap-2">
|
||||
|
||||
Reference in New Issue
Block a user