Skip to content

Commit 755d6a8

Browse files
committed
add border to preview
1 parent 685f006 commit 755d6a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/holocene/markdown-editor/markdown-editor.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@
3333
{#if activeTab === 'edit'}
3434
<Editor darkMode={$useDarkMode} bind:content />
3535
{:else}
36-
<Preview {content} />
36+
<Preview class="border border-subtle" {content} />
3737
{/if}
3838
</div>

0 commit comments

Comments
 (0)