Use themed colours for editor toggle switch (#30487)

GitOrigin-RevId: 32406f92555722406a636f9c3db9bea3ca9dac10
This commit is contained in:
Alf Eaton
2026-01-09 09:07:03 +00:00
committed by Copybot
parent 10eca3070c
commit 7275551690
@@ -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,