From b82cf22e2d7ef1e8748d51afeb32194494b06c77 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 26 Jul 2026 10:10:31 +0000 Subject: [PATCH] fmt(js): `npm run fix` on merge --- 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 a9156824ec865..c7698bb944f24 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 582b061e8ea65..57c0176e37c84 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' })