Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
tglide committed Mar 11, 2024
1 parent c3c9fbf commit 769e903
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions sites/docs/src/lib/components/demos/with-debounce.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
}
</script>

<div class="bg-card rounded-md p-8">
<div class="rounded-md bg-card p-8">
<button
class="bg-brand/50 hover:bg-brand/25 relative z-20 inline-flex items-center justify-center rounded-md border px-3 py-1.5 text-sm font-medium transition-all focus:outline-none"
class="relative z-20 inline-flex items-center justify-center rounded-md border bg-brand/50 px-3 py-1.5 text-sm font-medium transition-all hover:bg-brand/25 focus:outline-none"
onclick={ding}>DING DING DING</button
>
<p>{logged || "Press the button!"}</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
const text = $derived(`Width: ${size.width}\nHeight: ${size.height}`);
</script>

<div class="bg-card rounded-md p-8">
<div class="rounded-md bg-card p-8">
<textarea
bind:this={el}
class="h-[200px] min-h-[100px] w-[300px] min-w-[200px] resize rounded-md bg-neutral-800 p-4"
Expand Down

0 comments on commit 769e903

Please sign in to comment.