Skip to content

Commit

Permalink
Update demo
Browse files Browse the repository at this point in the history
  • Loading branch information
jordythevulder authored and github-actions[bot] committed Jan 28, 2025
1 parent 8f2e470 commit 515a440
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions demo/components.html
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,9 @@ <h3 class="text-xl font-bold">Default & Outline button</h3>
</div>
<div class="flex flex-col gap-y-2">
<button class="inline-flex items-center justify-center transition font-medium text-base rounded min-h-12 py-1.5 px-5 disabled:opacity-50 disabled:cursor-not-allowed cursor-pointer gap-x-1.5 bg text-muted hover:text hover:bg-emphasis border-b border-b-black/10">
Button
Default button
</button> <button class="inline-flex items-center justify-center transition font-medium text-base rounded min-h-12 py-1.5 px-5 disabled:opacity-50 disabled:cursor-not-allowed cursor-pointer gap-x-1.5 bg text-muted hover:text hover:bg-emphasis border-b border-b-black/10" disabled="disabled">
Button disabled
Default button disabled
</button> </div>
<div class="flex flex-col gap-y-2">
<button class="inline-flex items-center justify-center transition font-medium text-base rounded min-h-12 py-1.5 px-5 disabled:opacity-50 disabled:cursor-not-allowed cursor-pointer gap-x-1.5 bg-transparent border text-default hover:border-emphasis">
Expand Down

0 comments on commit 515a440

Please sign in to comment.