Skip to content

Commit

Permalink
Update NewPostEntry.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
hellno committed Sep 11, 2023
1 parent a8bae50 commit 5423377
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/components/NewPostEntry.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const MentionDropdownItem = ({ entity, selected }) => {
className={({ active }) =>
classNames(
'relative cursor-default select-none py-2 pl-3 pr-9',
active ? 'bg-gray-600 text-gray-100' : 'text-gray-300'
active ? 'bg-gray-600 text-gray-100' : 'bg-gray-700 text-gray-300'
)
}
>
Expand Down

0 comments on commit 5423377

Please sign in to comment.