fix(editor): the switch button style set in the TOC does not effect

This commit is contained in:
cuikaipeng
2025-04-10 21:59:03 +08:00
parent 823bf40a57
commit 5be0292536
@@ -64,7 +64,7 @@ export class ToggleSwitch extends LitElement {
override render() {
return html`
<label class=${this.on ? 'on' : ''}>
<label class=${this.on ? 'subscribe' : ''}>
<input
type="checkbox"
class="switch"