mirror of
https://github.com/linsa-io/linsa.git
synced 2026-06-12 08:34:30 +02:00
chore: blur out a bit for topic
This commit is contained in:
@@ -147,7 +147,7 @@ export function Autocomplete({ topics = [], onSelect, onInputChange }: Autocompl
|
|||||||
className="min-h-10 rounded-none px-3 py-1.5"
|
className="min-h-10 rounded-none px-3 py-1.5"
|
||||||
>
|
>
|
||||||
<span>{topic.prettyName}</span>
|
<span>{topic.prettyName}</span>
|
||||||
<span className="text-muted-foreground ml-auto text-xs">
|
<span className="text-muted-foreground/80 ml-auto text-xs">
|
||||||
{topic.connectedTopics.length > 0 && topic.connectedTopics.join(", ")}
|
{topic.connectedTopics.length > 0 && topic.connectedTopics.join(", ")}
|
||||||
</span>
|
</span>
|
||||||
</CommandItem>
|
</CommandItem>
|
||||||
|
|||||||
Reference in New Issue
Block a user