Skip to content

Commit

Permalink
style: changed scroll icon size via size attribute as suggested (mcka…
Browse files Browse the repository at this point in the history
  • Loading branch information
dasunNimantha authored Mar 28, 2023
1 parent abdcd45 commit cd49445
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Chat/Chat.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ export const Chat: FC<Props> = memo(
className="flex h-7 w-7 items-center justify-center rounded-full bg-white shadow-md hover:shadow-lg focus:outline-none focus:ring-2 focus:ring-blue-500 dark:bg-[#515152d7]"
onClick={handleScrollDown}
>
<IconArrowDown className="h-4 w-4" />
<IconArrowDown size={18}/>
</button>
</div>
)}
Expand Down

0 comments on commit cd49445

Please sign in to comment.