Skip to content

Commit

Permalink
style: responsiveness
Browse files Browse the repository at this point in the history
  • Loading branch information
João Antônio Hamerski Copetti committed Jan 8, 2024
1 parent a8e0835 commit d173875
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/AppToggle.vue
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@ const onToggle = (event: Event) => {
<label class="flex gap-2 items-center">
<input
type="checkbox"
class="toggle toggle-primary"
class="toggle toggle-sm md:toggle-md toggle-primary"
:checked="modelValue"
:disabled="disabled"
@change="onToggle"
/>
<span
v-if="label"
class="label-text"
class="label-text text-xs md:text-md"
>{{ label }}</span
>
</label>
Expand Down

0 comments on commit d173875

Please sign in to comment.