chore(CommandPaletteGroup): style <mark> with primary

This commit is contained in:
Benjamin Canac
2023-05-11 14:18:14 +02:00
parent 24434dc561
commit c7e0cb40e7

View File

@@ -148,3 +148,9 @@ export default defineComponent({
}
})
</script>
<style>
mark {
@apply bg-primary-400;
}
</style>