Browse Source

feat(nc-gui): emoji support for workspace icon

pull/9722/head
Ramesh Mane 6 days ago
parent
commit
4e3f0a90cf
  1. 3
      packages/nc-gui/components/general/EmojiPicker.vue

3
packages/nc-gui/components/general/EmojiPicker.vue

@ -117,6 +117,7 @@ const showClearButton = computed(() => {
:show-preview="false" :show-preview="false"
color="#40444D" color="#40444D"
:auto-focus="true" :auto-focus="true"
class="nc-emoji-picker"
@select="selectEmoji" @select="selectEmoji"
@click.stop="() => {}" @click.stop="() => {}"
> >
@ -141,7 +142,7 @@ const showClearButton = computed(() => {
@apply pr-22; @apply pr-22;
} }
} }
.emoji-mart { .nc-emoji-picker.emoji-mart {
@apply !w-90; @apply !w-90;
span.emoji-type-native { span.emoji-type-native {

Loading…
Cancel
Save