Skip to content

Commit

Permalink
fix: fix toggle mode on user page (monicahq/chandler#277)
Browse files Browse the repository at this point in the history
  • Loading branch information
djaiss authored Nov 1, 2022
1 parent 38db1be commit b6c1f61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/js/Shared/Layout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@
<div class="flew-grow">
<ul class="relative">
<li class="icon-dark-mode relative mr-4 inline">
<label for="default-toggle" class="relative inline-flex cursor-pointer">
<label for="dark-mode-toggle" class="relative inline-flex cursor-pointer">
<input
id="default-toggle"
id="dark-mode-toggle"
v-model="style.checked"
type="checkbox"
class="peer sr-only"
Expand Down

0 comments on commit b6c1f61

Please sign in to comment.