mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-02 12:47:16 +00:00
feat(nc-gui): emoji support for workspace icon
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user