Skip to content

Commit

Permalink
chore: fix toggle snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
ebomcke-awell committed Oct 7, 2024
1 parent 4d126cc commit bd01987
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/components/ui/toggle/__snapshots__/toggle.spec.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,12 @@ exports[`Toggle > match disabled snapshot 1`] = `
class="toggle focus:bg-none [--tglbg:#F1F5F9] hover:[--tglbg:#E2E8F0] disabled:[--tglbg:#F1F5F9] border-none bg-white hover:bg-white"
data-testid="toggle"
disabled=""
label="Toggle Label"
type="checkbox"
/>
<span
class="label-text text-slate-700 text-sm font-medium"
>
Remember me
Toggle Label
</span>
</label>
</div>
Expand All @@ -32,13 +31,12 @@ exports[`Toggle > match snapshot 1`] = `
<input
class="toggle focus:bg-none [--tglbg:#F1F5F9] hover:[--tglbg:#E2E8F0] disabled:[--tglbg:#F1F5F9] border-none bg-white hover:bg-white"
data-testid="toggle"
label="Toggle Label"
type="checkbox"
/>
<span
class="label-text text-slate-700 text-sm font-medium"
>
Remember me
Toggle Label
</span>
</label>
</div>
Expand Down

0 comments on commit bd01987

Please sign in to comment.