From 4a50872d1325380250e16253f39b8ebcfab43db2 Mon Sep 17 00:00:00 2001 From: charlie Date: Thu, 4 Jan 2024 22:15:07 +0800 Subject: [PATCH] fix(ui): typos --- src/main/frontend/components/right_sidebar.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/frontend/components/right_sidebar.css b/src/main/frontend/components/right_sidebar.css index 491a3e382c..69d5037e55 100644 --- a/src/main/frontend/components/right_sidebar.css +++ b/src/main/frontend/components/right_sidebar.css @@ -19,7 +19,7 @@ html[data-theme=light] { @apply ml-1 mt-[-8px] pb-[150px]; height: calc(100vh - 48px); - background-color: or(--ls-right-ridebar-color, --lx-gray-01, --ls-secondary-background-color, #d8e1e8); + background-color: or(--ls-right-sidebar-color, --lx-gray-01, --ls-secondary-background-color, #d8e1e8); } html[data-theme=light] a.toggle:hover {