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

Commit

Permalink
remove shadow from cards
Browse files Browse the repository at this point in the history
  • Loading branch information
willpinha committed Feb 8, 2024
1 parent 1742352 commit 75168d5
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 shadow-xl">
<div bind:this={preview} role="tabpanel" class="flex tab-content border-base-300 rounded-box p-3 overflow-x-auto">
{@html html}
</div>

Expand Down

0 comments on commit 75168d5

Please sign in to comment.