Skip to content

Commit

Permalink
fix(chat): fix new conversation loading spinner size for mobile (Issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Derikyan authored Nov 29, 2024
1 parent 9359787 commit beb2241
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/chat/src/components/Header/CreateNewConversation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ export const CreateNewConversation = ({ iconSize }: Props) => {
>
{!areConversationsLoaded || isActiveNewConversationRequest ? (
<Spinner
size={iconSize + 22}
className="cursor-pointer text-secondary md:px-2"
size={iconSize + 6}
className="cursor-pointer text-secondary md:mx-2"
/>
) : (
<div
Expand Down

0 comments on commit beb2241

Please sign in to comment.