We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 135fc48 commit d5bc67eCopy full SHA for d5bc67e
src/components/pages/message/message-following-search/index.tsx
@@ -9,7 +9,7 @@ export const FollowingSearch = ({ userId }: { userId: number }) => {
9
const { open } = useModal();
10
return (
11
<div
12
- className='flex items-center gap-5 px-5 py-4 transition-all hover:cursor-pointer hover:opacity-80'
+ className='bg-mono-white mb-2 flex items-center gap-5 px-5 py-4 transition-all hover:cursor-pointer hover:opacity-80'
13
onClick={() => open(<FollowingModal userId={userId} />)}
14
>
15
<div className='rounded-full border-2 border-dashed border-gray-400 bg-gray-100 p-2'>
0 commit comments