1. Styling of quick reactions

This commit is contained in:
Tenzin Samten 2021-06-22 17:38:16 +05:30
parent 03f7759b6c
commit 33b0737955
5 changed files with 21 additions and 30 deletions

View file

@ -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>