Selaa lähdekoodia

fix(ui): typos

charlie 2 vuotta sitten
vanhempi
sitoutus
4a50872d13
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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 {