style(chatTrigger): adjust position of chat trigger button to be more centered on the bottom of the screen

This commit is contained in:
Gabriel Almeida 2023-05-16 19:31:03 -03:00
commit e1df1ad00e

View file

@ -21,7 +21,7 @@ export default function ChatTrigger({ open, setOpen }) {
leaveFrom="translate-y-0"
leaveTo="translate-y-96"
>
<div className="absolute bottom-2 right-3">
<div className="absolute bottom-4 right-3">
<div
style={{ backgroundColor: nodeColors["chat"] }}
className="border flex justify-center align-center py-1 px-3 w-12 h-12 rounded-full dark:bg-gray-800 dark:border-gray-600 dark:text-white"