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 274bf57 commit 5cad8e9Copy full SHA for 5cad8e9
1 file changed
resources/js/components/command-palette/CommandPalette.vue
@@ -51,7 +51,7 @@ const results = computed(() => {
51
.map(result => {
52
return {
53
score: result._score,
54
- html: result.highlight('<span class="text-blue-600 dark:text-blue-400">', '</span>'),
+ html: result.highlight('<span class="text-blue-600 dark:text-blue-400 underline underline-offset-4 decoration-blue-200 dark:decoration-blue-600/45">', '</span>'),
55
...result.obj,
56
};
57
});
0 commit comments