From f5ad6fb4cb661214e367f9b7be8abae30fd6f67b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kayla=20=E3=81=AF=E3=81=AA?= Date: Wed, 6 May 2026 13:27:31 -0600 Subject: [PATCH] fix(site): improve info icon styles in audit and connection log rows (#25009) --- site/src/pages/AuditPage/AuditLogRow/AuditLogRow.tsx | 2 +- .../ConnectionLogPage/ConnectionLogRow/ConnectionLogRow.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/site/src/pages/AuditPage/AuditLogRow/AuditLogRow.tsx b/site/src/pages/AuditPage/AuditLogRow/AuditLogRow.tsx index a696769f48..600ff9bba9 100644 --- a/site/src/pages/AuditPage/AuditLogRow/AuditLogRow.tsx +++ b/site/src/pages/AuditPage/AuditLogRow/AuditLogRow.tsx @@ -131,7 +131,7 @@ export const AuditLogRow: FC = ({ {showOrgDetails ? ( - +
diff --git a/site/src/pages/ConnectionLogPage/ConnectionLogRow/ConnectionLogRow.tsx b/site/src/pages/ConnectionLogPage/ConnectionLogRow/ConnectionLogRow.tsx index 06e8fedeb3..df27bd851d 100644 --- a/site/src/pages/ConnectionLogPage/ConnectionLogRow/ConnectionLogRow.tsx +++ b/site/src/pages/ConnectionLogPage/ConnectionLogRow/ConnectionLogRow.tsx @@ -72,7 +72,7 @@ export const ConnectionLogRow: FC = ({ )} - +