Browse Source

fix(ui): typos

charlie 1 year ago
parent
commit
4a50872d13
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/frontend/components/right_sidebar.css

+ 1 - 1
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 {