Skip to content

Commit e73d755

Browse files
committed
style(component-preview): remove border from preview box for cleaner appearance
1 parent 3b267a0 commit e73d755

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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 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)