From 1fc1e6ed22d999bd8b6fb7b62a76adb12abcb18c Mon Sep 17 00:00:00 2001 From: Owen Jacobson Date: Sat, 2 Nov 2024 13:57:33 -0400 Subject: Make the channel menu more consistent with the density of the rest of the UI --- ui/routes/(app)/+layout.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/routes/(app)') diff --git a/ui/routes/(app)/+layout.svelte b/ui/routes/(app)/+layout.svelte index 1b0a3d9..2ca1c23 100644 --- a/ui/routes/(app)/+layout.svelte +++ b/ui/routes/(app)/+layout.svelte @@ -114,7 +114,7 @@ } nav { grid-area: side; - background-color: rgb(var(--color-surface-600)); + background-color: rgb(var(--color-surface-800)); inset: auto auto 0 0; padding: 0.25rem; position: var(--overlay, absolute); -- cgit v1.2.3