mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 12:14:41 +01:00
chore(CommandPaletteGroup): style <mark> with primary
This commit is contained in:
@@ -148,3 +148,9 @@ export default defineComponent({
|
||||
}
|
||||
})
|
||||
</script>
|
||||
|
||||
<style>
|
||||
mark {
|
||||
@apply bg-primary-400;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user