Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
closes #8
Browse files Browse the repository at this point in the history
  • Loading branch information
willpinha committed Dec 28, 2023
1 parent 7af36f4 commit 07bb8ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/components/Preview.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
aria-label="Preview"
checked
/>
<div role="tabpanel" class="tab-content bg-base-100 border-base-300 rounded-box p-3">
<div role="tabpanel" class="tab-content border-base-300 rounded-box p-3">
{@html example.html}
</div>

Expand All @@ -61,7 +61,7 @@
class="tab [--tab-bg:oklch(var(--b3))]"
aria-label="Code"
/>
<div role="tabpanel" class="tab-content bg-base-100 text-sm overflow-x-scroll relative">
<div role="tabpanel" class="tab-content text-sm overflow-x-scroll relative">
<div class="absolute right-2 top-2">
<div class="tooltip tooltip-left" data-tip="{copied ? 'Copied!' : 'Copy'}">
<button class="btn btn-ghost btn-sm" on:click={copyHTML} on:mouseleave={verifyCopied}>
Expand Down

0 comments on commit 07bb8ad

Please sign in to comment.