We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 673943f commit 85a728fCopy full SHA for 85a728f
1 file changed
platforms/pictique/src/lib/fragments/Profile/Profile.svelte
@@ -19,8 +19,8 @@
19
</div>
20
{#if variant === 'other'}
21
<div class="flex gap-2">
22
- <Button variant="primary" callback={handleFollow}>Follow</Button>
23
- <Button variant="primary" callback={handleMessage}>Message</Button>
+ <Button variant="primary" size="sm" callback={handleFollow}>Follow</Button>
+ <Button variant="primary" size="sm" callback={handleMessage}>Message</Button>
24
25
{/if}
26
0 commit comments