Remove darkToggleDisabled
parent
daf38ca8fe
commit
55c68a010b
|
@ -23,7 +23,7 @@
|
||||||
|
|
||||||
<section class="py-4 flex align-items-center justify-content-between border-bottom-1 surface-border">
|
<section class="py-4 flex align-items-center justify-content-between border-bottom-1 surface-border">
|
||||||
<span :class="['text-xl font-semibold']">Dark Mode</span>
|
<span :class="['text-xl font-semibold']">Dark Mode</span>
|
||||||
<InputSwitch :modelValue="darkMode" @update:modelValue="onDarkModeChange" :disabled="darkToggleDisabled" />
|
<InputSwitch :modelValue="darkMode" @update:modelValue="onDarkModeChange" />
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section class="py-4 border-bottom-1 surface-border">
|
<section class="py-4 border-bottom-1 surface-border">
|
||||||
|
|
Loading…
Reference in New Issue