From 0e1978abbf9d51017ef9815d0a0b136f8fbe52b8 Mon Sep 17 00:00:00 2001 From: David Hill Date: Fri, 13 Mar 2026 12:29:28 +0000 Subject: [PATCH] fix(console): remove tablist bg and add divider --- packages/console/app/src/routes/index.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/console/app/src/routes/index.css b/packages/console/app/src/routes/index.css index d06e265953..c0573a0890 100644 --- a/packages/console/app/src/routes/index.css +++ b/packages/console/app/src/routes/index.css @@ -389,10 +389,9 @@ body { gap: 40px; align-items: center; border: 1px solid var(--color-border-weak); - border-bottom: none; + border-bottom: 1px solid var(--color-border-weak); border-top-left-radius: 6px; border-top-right-radius: 6px; - background: var(--color-background-weak); padding: 0 20px; @media (max-width: 60rem) { @@ -425,6 +424,7 @@ body { [data-slot="panels"] { background: var(--color-background-weak); border: 1px solid var(--color-border-weak); + border-top: none; border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; padding: 16px;