Chore: Update style for new message buton (#2423)
- Changes button style for new message and edit contact in contact page side panel
This commit is contained in:
committed by
GitHub
parent
d21c1c773b
commit
fe3f1c3a40
@@ -60,14 +60,13 @@
|
|||||||
<div v-else class="contact-actions">
|
<div v-else class="contact-actions">
|
||||||
<woot-button
|
<woot-button
|
||||||
class="new-message"
|
class="new-message"
|
||||||
variant="smooth"
|
|
||||||
size="small expanded"
|
size="small expanded"
|
||||||
@click="toggleConversationModal"
|
@click="toggleConversationModal"
|
||||||
>
|
>
|
||||||
{{ $t('CONTACT_PANEL.NEW_MESSAGE') }}
|
{{ $t('CONTACT_PANEL.NEW_MESSAGE') }}
|
||||||
</woot-button>
|
</woot-button>
|
||||||
<woot-button
|
<woot-button
|
||||||
variant="hollow"
|
variant="smooth"
|
||||||
size="small expanded"
|
size="small expanded"
|
||||||
@click="toggleEditModal"
|
@click="toggleEditModal"
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user