From 7275551690faaf1f8ff27f1e84339e022a23defc Mon Sep 17 00:00:00 2001 From: Alf Eaton Date: Thu, 8 Jan 2026 13:53:19 +0000 Subject: [PATCH] Use themed colours for editor toggle switch (#30487) GitOrigin-RevId: 32406f92555722406a636f9c3db9bea3ca9dac10 --- services/web/frontend/stylesheets/pages/editor/toolbar.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/services/web/frontend/stylesheets/pages/editor/toolbar.scss b/services/web/frontend/stylesheets/pages/editor/toolbar.scss index 412d97a177..a818888082 100644 --- a/services/web/frontend/stylesheets/pages/editor/toolbar.scss +++ b/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,