style(chatTrigger): adjust chat trigger button position by changing bottom margin from 4 to 6

This commit is contained in:
Gabriel Almeida 2023-05-17 11:03:46 -03:00
commit c92f3109e8

View file

@ -21,7 +21,7 @@ export default function ChatTrigger({ open, setOpen }) {
leaveFrom="translate-y-0"
leaveTo="translate-y-96"
>
<div className="absolute bottom-4 right-3">
<div className="absolute bottom-6 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"