Skip to content

Commit

Permalink
fix: added highlight for the chat with context menu opened (#271)(#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
denys-kolomiitsev authored Nov 30, 2023
1 parent 4a6f8db commit fd0a22b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Chatbar/components/Conversation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,7 @@ export const ConversationComponent = ({ item: conversation, level }: Props) => {
isSelected || isRenaming || isDeleting
? 'border-l-green bg-green/15'
: 'border-l-transparent',
{ 'bg-green/15': isContextMenu },
)}
style={{
paddingLeft: (level && `${0.875 + level * 1.5}rem`) || '0.875rem',
Expand Down

0 comments on commit fd0a22b

Please sign in to comment.