Chore: Fixes icon size in button (#3555)
* Chore: Fixes icon size in button * Changes normal button to woot button
This commit is contained in:
committed by
GitHub
parent
ac372f188d
commit
c2191e48b1
@@ -19,7 +19,6 @@
|
||||
variant="clear"
|
||||
size="small"
|
||||
icon="clipboard"
|
||||
icon-size="16"
|
||||
@click="handleCopy"
|
||||
>
|
||||
{{ $t('CONVERSATION.CONTEXT_MENU.COPY') }}
|
||||
@@ -31,7 +30,6 @@
|
||||
color-scheme="alert"
|
||||
size="small"
|
||||
icon="delete"
|
||||
icon-size="16"
|
||||
@click="handleDelete"
|
||||
>
|
||||
{{ $t('CONVERSATION.CONTEXT_MENU.DELETE') }}
|
||||
|
||||
@@ -20,7 +20,6 @@
|
||||
variant="smooth"
|
||||
size="tiny"
|
||||
icon="delete"
|
||||
icon-size="16"
|
||||
color-scheme="secondary"
|
||||
@click="onDelete"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user