From 8177d0800147bd22ff8f5cd08ccbe5aa6e70bfa7 Mon Sep 17 00:00:00 2001 From: Priscila Oliveira Date: Fri, 4 Sep 2026 11:53:50 +0200 Subject: [PATCH] fix(scraps): match detail page overflow background --- static/app/stories/view/index.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/static/app/stories/view/index.tsx b/static/app/stories/view/index.tsx index 9f454a61643c..b1766c8e7590 100644 --- a/static/app/stories/view/index.tsx +++ b/static/app/stories/view/index.tsx @@ -269,9 +269,7 @@ function GlobalStoryStyles() { /* match body background with header story styles */ body { background-color: ${ - isIndex - ? darkTheme.tokens.background.secondary - : theme.tokens.background.secondary + isIndex ? darkTheme.tokens.background.secondary : theme.tokens.background.primary }; } /* fixed position color block to match overscroll color to story background */