summaryrefslogtreecommitdiffhomepage
path: root/packages/desktop/src/pages
diff options
context:
space:
mode:
Diffstat (limited to 'packages/desktop/src/pages')
-rw-r--r--packages/desktop/src/pages/index.tsx8
1 files changed, 4 insertions, 4 deletions
diff --git a/packages/desktop/src/pages/index.tsx b/packages/desktop/src/pages/index.tsx
index d520c8643..2e26eb0c2 100644
--- a/packages/desktop/src/pages/index.tsx
+++ b/packages/desktop/src/pages/index.tsx
@@ -225,10 +225,10 @@ export default function Page() {
)
return (
- <div class="relative h-screen flex flex-col">
- <header class="h-12 shrink-0"></header>
- <main class="h-[calc(100vh-3rem)] flex">
- <div class="hidden shrink-0 w-64">
+ <div class="relative h-screen flex flex-col bg-background-weak">
+ <header class="hidden h-12 shrink-0 bg-background-base border-b border-border-weak-base"></header>
+ <main class="h-[calc(100vh-0rem)] flex">
+ <div class="shrink-0 w-70">
<SessionList />
</div>
<div class="grow w-full min-w-0 overflow-y-auto flex justify-center">