Skip to content

Commit 67f8ce6

Browse files
committed
docs(Search): improve design
1 parent 2a8b4bf commit 67f8ce6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/app/components/search/SearchChat.vue

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ const getCachedToolMessage = useMemoize((state: State, toolName: string, input:
131131
<template #prompt>
132132
<UChatPrompt
133133
v-model="input"
134-
icon="i-lucide-search"
134+
icon="i-lucide-message-circle"
135135
variant="naked"
136136
:error="chat.error"
137137
:ui="{ trailing: 'items-center' }"
@@ -143,7 +143,8 @@ const getCachedToolMessage = useMemoize((state: State, toolName: string, input:
143143
:icon="fullscreen ? 'i-lucide-maximize' : 'i-lucide-minimize'"
144144
color="neutral"
145145
variant="ghost"
146-
:ui="{ leadingIcon: 'text-dimmed' }"
146+
class="group"
147+
:ui="{ leadingIcon: 'text-dimmed group-hover:text-muted transition' }"
147148
@click="fullscreen = !fullscreen"
148149
/>
149150
</template>

0 commit comments

Comments
 (0)