Skip to content

Commit af1da6d

Browse files
authored
Merge pull request #43 from azadshaikh/main
Preview box improvements.
2 parents 3e0249c + fa12162 commit af1da6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/html/components/component-preview/component-preview.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ const backgroundColor = bgColor ? 'var(--content-wrapper-bg)' : 'transparent'
6868
---
6969

7070
<div
71-
class="card p-0 mb-4 border-1 preview-box"
71+
class="card border p-0 mb-4 preview-box"
7272
data-toc-skip
7373
data-bg-color={bgColor.toString()}
7474
{...iframeSrc && { 'data-external-src': iframeSrc }}

0 commit comments

Comments
 (0)