style(chatTrigger): adjust position of chat trigger button to be more centered on the bottom of the screen
This commit is contained in:
parent
f8b8fe5892
commit
e1df1ad00e
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue