1. Styling of quick reactions
This commit is contained in:
parent
03f7759b6c
commit
33b0737955
5 changed files with 21 additions and 30 deletions
|
|
@ -355,7 +355,8 @@
|
|||
</v-dialog>
|
||||
</div>
|
||||
|
||||
<MessageOperationsBottomSheet ref="messageOperationsSheet">
|
||||
<MessageOperationsBottomSheet ref="messageOperationsSheet"
|
||||
style="background-color:#f776777;">
|
||||
<MessageOperationsPicker
|
||||
v-on:close="showEmojiPicker = false"
|
||||
v-if="selectedEvent"
|
||||
|
|
@ -369,7 +370,7 @@
|
|||
/>
|
||||
<VEmojiPicker
|
||||
ref="emojiPicker"
|
||||
style="width: 100%"
|
||||
style="width: 100%;background-color:#ffffff;"
|
||||
@select="emojiSelected"
|
||||
/>
|
||||
</MessageOperationsBottomSheet>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue