Skip to content

Commit

Permalink
add shadow to preview
Browse files Browse the repository at this point in the history
  • Loading branch information
willpinha committed Feb 8, 2024
1 parent 92a4cc8 commit df9ef14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Preview.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
aria-label="Preview"
checked
/>
<div bind:this={preview} role="tabpanel" class="flex tab-content border-base-300 rounded-box p-3 overflow-x-auto">
<div bind:this={preview} role="tabpanel" class="flex tab-content border-base-300 rounded-box p-3 overflow-x-auto shadow-xl">
{@html html}
</div>

Expand Down

0 comments on commit df9ef14

Please sign in to comment.