feat: adjust save relay button style

This commit is contained in:
codytseng 2025-10-12 15:08:30 +08:00
parent 1f911c3a75
commit 2d1e4507f4
2 changed files with 7 additions and 7 deletions

View file

@ -149,7 +149,7 @@ function RelayControls({ url }: { url: string }) {
<Button variant="ghost" size="titlebar-icon" onClick={handleCopyUrl}>
{copiedUrl ? <Check /> : <Copy />}
</Button>
<SaveRelayDropdownMenu urls={[url]} atTitlebar />
<SaveRelayDropdownMenu urls={[url]} bigButton />
</div>
)
}