Skip to content

Commit 5cad8e9

Browse files
committed
Command Palette -- improve legibility of result highlights
1 parent 274bf57 commit 5cad8e9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

resources/js/components/command-palette/CommandPalette.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ const results = computed(() => {
5151
.map(result => {
5252
return {
5353
score: result._score,
54-
html: result.highlight('<span class="text-blue-600 dark:text-blue-400">', '</span>'),
54+
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>'),
5555
...result.obj,
5656
};
5757
});

0 commit comments

Comments
 (0)