Explorar o código

Use themed colours for editor toggle switch (#30487)

GitOrigin-RevId: 32406f92555722406a636f9c3db9bea3ca9dac10
Alf Eaton hai 7 meses
pai
achega
7275551690

+ 2 - 2
services/web/frontend/stylesheets/pages/editor/toolbar.scss

@@ -397,7 +397,7 @@
   height: var(--toggle-switch-height);
   margin-right: var(--spacing-03);
   border-radius: var(--border-radius-full);
-  background-color: var(--neutral-20);
+  background-color: var(--bg-tertiary-themed);
   padding: var(--toggle-switch-padding);
 }
 
@@ -412,7 +412,7 @@
   margin: 0;
   cursor: pointer;
   user-select: none;
-  color: var(--content-secondary);
+  color: var(--content-secondary-themed);
   border-radius: var(--border-radius-full);
   transition:
     color 0.12s ease-out,