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

This commit is contained in:
Ramesh Mane
2024-11-20 17:11:12 +00:00
parent 1318aa1309
commit 4e3f0a90cf

View File

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