From cafdda3d0804c061eb6f5e1d0e853934285539fe Mon Sep 17 00:00:00 2001 From: Drew Stone Date: Wed, 24 Jun 2026 03:35:17 -0600 Subject: [PATCH] fix(tangle-cloud): bump operator table header + cell type to text-sm MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Claude verify-pass found table headers/cells still at text-xs after the scale bump — the weakest type on the page. Bump all operator-table headers (text-xs -> text-sm) + the operator-address cell. Body/subtitle/table now read at a consistent sm/base scale. --- apps/tangle-cloud/src/pages/operators/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/apps/tangle-cloud/src/pages/operators/page.tsx b/apps/tangle-cloud/src/pages/operators/page.tsx index 015ae6ec5..2b37954f2 100644 --- a/apps/tangle-cloud/src/pages/operators/page.tsx +++ b/apps/tangle-cloud/src/pages/operators/page.tsx @@ -275,10 +275,10 @@ const OperatorsPanel = ({ - + Operator - + onSort('stake')} /> - + onSort('delegations')} /> - + Mode - + onSort('status')} /> - + Actions @@ -383,7 +383,7 @@ const OperatorTableRow = ({

{shortenAddress(address)}

-

+

{rpcHost ?? 'No RPC advertised'}