chore: blur out a bit for topic

This commit is contained in:
Aslam H
2024-09-07 01:50:56 +07:00
parent 3fe1f8012b
commit dc8ad3ebed
@@ -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>