From 6325f963edfe929f1d32b7420aab1543c2bb7798 Mon Sep 17 00:00:00 2001 From: Michael Freno Date: Tue, 13 Jan 2026 21:24:25 -0500 Subject: [PATCH] general: passing up inverse --- src/app.tsx | 2 +- src/components/Spinner.tsx | 2 +- src/components/TerminalSplash.tsx | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app.tsx b/src/app.tsx index f89a63a..47b540a 100644 --- a/src/app.tsx +++ b/src/app.tsx @@ -176,7 +176,7 @@ function AppLayout(props: { children: any }) { onMouseUp={handleCenterTapRelease} onTouchEnd={handleCenterTapRelease} > - }> + }>
- +