Skip to content

Commit

Permalink
add focus bg color to agent list item
Browse files Browse the repository at this point in the history
  • Loading branch information
HaruHunab1320 committed Mar 15, 2024
1 parent 962d846 commit 6ac0f5a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const AgentListItem = ({

return (
<DropdownMenuItem
className="flex items-center justify-between w-full p-2 hover:bg-[#282d33] cursor-pointer transition-all"
className="flex items-center justify-between w-full p-2 hover:bg-[#282d33] focus:bg-[#282d33] cursor-pointer transition-all"
onClick={() => onSelectAgent(agent)}
>
<div className="flex items-center" onClick={handleCheckboxClick}>
Expand Down

0 comments on commit 6ac0f5a

Please sign in to comment.