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
@@ -9,7 +9,6 @@
|
||||
<woot-button
|
||||
v-if="showSelfAssign"
|
||||
icon="arrow-right"
|
||||
icon-size="14"
|
||||
variant="link"
|
||||
size="small"
|
||||
@click="onSelfAssign"
|
||||
|
||||
@@ -63,8 +63,7 @@
|
||||
title="$t('CONTACT_PANEL.NEW_MESSAGE')"
|
||||
class="new-message"
|
||||
icon="chat"
|
||||
icon-size="14"
|
||||
size="small expanded"
|
||||
size="small"
|
||||
@click="toggleConversationModal"
|
||||
/>
|
||||
<woot-button
|
||||
@@ -72,9 +71,8 @@
|
||||
title="$t('EDIT_CONTACT.BUTTON_LABEL')"
|
||||
class="edit-contact"
|
||||
icon="edit"
|
||||
icon-size="14"
|
||||
variant="smooth"
|
||||
size="small expanded"
|
||||
size="small"
|
||||
@click="toggleEditModal"
|
||||
/>
|
||||
<woot-button
|
||||
@@ -83,9 +81,8 @@
|
||||
title="$t('CONTACT_PANEL.MERGE_CONTACT')"
|
||||
class="merge-contact"
|
||||
icon="merge"
|
||||
icon-size="14"
|
||||
variant="smooth"
|
||||
size="small expanded"
|
||||
size="small"
|
||||
color-scheme="secondary"
|
||||
:disabled="uiFlags.isMerging"
|
||||
@click="openMergeModal"
|
||||
@@ -96,9 +93,8 @@
|
||||
title="$t('DELETE_CONTACT.BUTTON_LABEL')"
|
||||
class="delete-contact"
|
||||
icon="delete"
|
||||
icon-size="14"
|
||||
variant="smooth"
|
||||
size="small expanded"
|
||||
size="small"
|
||||
color-scheme="alert"
|
||||
:disabled="uiFlags.isDeleting"
|
||||
@click="toggleDeleteModal"
|
||||
|
||||
@@ -13,7 +13,6 @@
|
||||
variant="link"
|
||||
color-scheme="secondary"
|
||||
icon="clipboard"
|
||||
icon-size="14"
|
||||
class-names="icon copy-icon"
|
||||
@click="onCopy"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user