general: passing up inverse

This commit is contained in:
2026-01-13 21:24:25 -05:00
parent 48f01b6171
commit 6325f963ed
3 changed files with 4 additions and 4 deletions

View File

@@ -176,7 +176,7 @@ function AppLayout(props: { children: any }) {
onMouseUp={handleCenterTapRelease}
onTouchEnd={handleCenterTapRelease}
>
<Suspense fallback={<TerminalSplash />}>
<Suspense fallback={<TerminalSplash inverse />}>
<CustomScrollbar
autoHide={true}
autoHideDelay={1500}