From a4ebf69bc99eab130880d197194a88ee444a0549 Mon Sep 17 00:00:00 2001 From: Faisal Amir Date: Mon, 4 Nov 2024 13:27:03 +0700 Subject: [PATCH] fix: inconsistent left panel background when responsive (#3936) --- themes/joi-dark/theme.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/joi-dark/theme.json b/themes/joi-dark/theme.json index d389d853c..22ed778ba 100644 --- a/themes/joi-dark/theme.json +++ b/themes/joi-dark/theme.json @@ -52,7 +52,7 @@ }, "left-panel": { - "bg": "0, 0%, 13%, 0", + "bg": "0, 0%, 13%, 1", "menu": "0, 0%, 95%, 1", "menu-hover": "0, 0%, 28%, 0.2", "menu-active": "0, 0%, 100%, 1",