style(chatTrigger): adjust chat trigger button position by changing bottom margin from 4 to 6
This commit is contained in:
parent
c47ee2cd5e
commit
c92f3109e8
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-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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue