mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-12-02 20:03:01 +01:00
Update hover styling for see all button
This commit is contained in:
parent
23b71b0dff
commit
c25bf97831
1 changed files with 1 additions and 1 deletions
|
@ -543,7 +543,7 @@ function ChatSessionsModal({ data }: ChatSessionsModalProps) {
|
||||||
return (
|
return (
|
||||||
<Dialog>
|
<Dialog>
|
||||||
<DialogTrigger
|
<DialogTrigger
|
||||||
className="flex text-left text-medium text-gray-500 hover:text-gray-900 cursor-pointer my-4 text-sm p-[0.5rem]">
|
className="flex text-left text-medium text-gray-500 hover:text-gray-300 cursor-pointer my-4 text-sm p-[0.5rem]">
|
||||||
<span className="mr-2">See All <ArrowRight className="h-4 w-4" /></span>
|
<span className="mr-2">See All <ArrowRight className="h-4 w-4" /></span>
|
||||||
</DialogTrigger>
|
</DialogTrigger>
|
||||||
<DialogContent>
|
<DialogContent>
|
||||||
|
|
Loading…
Reference in a new issue