fix: Avoid email icon getting distorted (#5633)
Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
This commit is contained in:
@@ -10,10 +10,11 @@
|
|||||||
<woot-button
|
<woot-button
|
||||||
v-if="showCopy"
|
v-if="showCopy"
|
||||||
type="submit"
|
type="submit"
|
||||||
variant="link"
|
variant="clear"
|
||||||
|
size="tiny"
|
||||||
color-scheme="secondary"
|
color-scheme="secondary"
|
||||||
icon="clipboard"
|
icon="clipboard"
|
||||||
class-names="icon copy-icon"
|
class-names="copy-icon"
|
||||||
@click="onCopy"
|
@click="onCopy"
|
||||||
/>
|
/>
|
||||||
</a>
|
</a>
|
||||||
|
|||||||
Reference in New Issue
Block a user