feat: adjust save relay button style
This commit is contained in:
parent
1f911c3a75
commit
2d1e4507f4
2 changed files with 7 additions and 7 deletions
|
|
@ -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>
|
||||
)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue