We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d56a25e commit 5bef0e4Copy full SHA for 5bef0e4
src/renderer/components/common/songItemCom/SongItemDropdown.vue
@@ -9,6 +9,7 @@
9
placement="bottom-start"
10
@clickoutside="$emit('update:show', false)"
11
@select="handleSelect"
12
+ class="rounded-xl"
13
/>
14
</template>
15
@@ -52,7 +53,7 @@ const renderSongPreview = () => {
52
53
return h(
54
'div',
55
{
- class: 'flex items-center gap-3 px-2 py-1 dark:border-gray-800'
56
+ class: 'flex items-center gap-3 px-2 dark:border-gray-800 dark:text-white'
57
},
58
[
59
h(NImage, {
0 commit comments