From af217e444ba8f1f25e797364993d7eff6319f218 Mon Sep 17 00:00:00 2001 From: "hermes-seaeye[bot]" <307254004+hermes-seaeye[bot]@users.noreply.github.com> Date: Sun, 26 Jul 2026 10:16:26 +0000 Subject: [PATCH] fmt(js): `npm run fix` on merge (#71892) Co-authored-by: github-actions[bot] --- apps/desktop/src/components/ui/pane-tab.tsx | 3 +-- apps/desktop/src/lib/external-link.test.tsx | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/apps/desktop/src/components/ui/pane-tab.tsx b/apps/desktop/src/components/ui/pane-tab.tsx index a9156824ec86..c7698bb944f2 100644 --- a/apps/desktop/src/components/ui/pane-tab.tsx +++ b/apps/desktop/src/components/ui/pane-tab.tsx @@ -22,8 +22,7 @@ const TAB_VERTICAL = 'w-full max-h-48 justify-center not-first:border-t not-first:border-t-(--ui-stroke-quaternary) [writing-mode:vertical-rl]' // Full height, so the active tab alone covers that row and cuts the rule. -const TAB_ACTIVE = - 'h-full text-foreground [--tab-bg:var(--pane-tab-active-bg,var(--ui-editor-surface-background))]' +const TAB_ACTIVE = 'h-full text-foreground [--tab-bg:var(--pane-tab-active-bg,var(--ui-editor-surface-background))]' // Inactive = gutter. Hover DARKENS: active is the lighter content surface, so a // lightening wash made the two nearly indistinguishable. diff --git a/apps/desktop/src/lib/external-link.test.tsx b/apps/desktop/src/lib/external-link.test.tsx index 582b061e8ea6..57c0176e37c8 100644 --- a/apps/desktop/src/lib/external-link.test.tsx +++ b/apps/desktop/src/lib/external-link.test.tsx @@ -127,7 +127,7 @@ describe('external link helpers', () => { render( Example link - , + ) const link = screen.getByRole('link', { name: 'Example link' })