Skip to content

Commit 85a728f

Browse files
committed
fix: button size
1 parent 673943f commit 85a728f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

platforms/pictique/src/lib/fragments/Profile/Profile.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
</div>
2020
{#if variant === 'other'}
2121
<div class="flex gap-2">
22-
<Button variant="primary" callback={handleFollow}>Follow</Button>
23-
<Button variant="primary" callback={handleMessage}>Message</Button>
22+
<Button variant="primary" size="sm" callback={handleFollow}>Follow</Button>
23+
<Button variant="primary" size="sm" callback={handleMessage}>Message</Button>
2424
</div>
2525
{/if}
2626
</div>

0 commit comments

Comments
 (0)