-
-
Notifications
You must be signed in to change notification settings - Fork 47
Open
Description
The toggle component works fine but after a user login, I can't set the theme because changing the value(what I update from a store) only changes the toggle's state:
<input type="checkbox" class="toggle toggle-primary"
data-toggle-theme="light,dark" data-theme="dark"
bind:checked={isDarkMode} on:change={handleModeUpdate} />
</label>
In this case, the site will be still dark when a different component changes isDarkMode to false when it was true by default.
fryctze, AdrianApan and arthurgr
Metadata
Metadata
Assignees
Labels
No labels