change send icon to paper plane
This commit is contained in:
parent
64a99413db
commit
b68421f1c6
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@
|
|||
<v-text-field ref="input" full-width variant="solo" flat v-model="messageInput" no-resize
|
||||
class="input-area-text" rows="1" :placeholder="$t('file_mode.add_a_message')" hide-details color="white"
|
||||
background-color="transparent" />
|
||||
<v-btn class="send-button clickable" icon="arrow_upward" size="default" elevation="0" color="black"
|
||||
<v-btn class="send-button clickable" icon="send" size="default" elevation="0" color="black"
|
||||
@click.stop="sendAll" :disabled="sendButtonDisabled"></v-btn>
|
||||
</div>
|
||||
<v-badge location="top right" color="#ff3300" dot class="cc-badge" :model-value="showRedDotBadge">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue