Browse Source

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

pull/9722/head
Ramesh Mane 2 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"
color="#40444D"
:auto-focus="true"
class="nc-emoji-picker"
@select="selectEmoji"
@click.stop="() => {}"
>
@ -141,7 +142,7 @@ const showClearButton = computed(() => {
@apply pr-22;
}
}
.emoji-mart {
.nc-emoji-picker.emoji-mart {
@apply !w-90;
span.emoji-type-native {

Loading…
Cancel
Save