feat(ui): add link icon and use it for copy-to-clipboard buttons
Replace copy icon with new link icon in share URL copy button and TextField copyable button for better visual indication.
This commit is contained in:
@@ -99,7 +99,7 @@ export function TextField(props: TextFieldProps) {
|
||||
>
|
||||
<IconButton
|
||||
type="button"
|
||||
icon={copied() ? "check" : "copy"}
|
||||
icon={copied() ? "check" : "link"}
|
||||
variant="ghost"
|
||||
onClick={handleCopy}
|
||||
data-slot="input-copy-button"
|
||||
|
||||
Reference in New Issue
Block a user