Commit 79113eb5 authored by isstuev's avatar isstuev

copy icon margin

parent 15176511
...@@ -32,6 +32,7 @@ const CopyToClipboard = ({ text, className }: {text: string; className?: string} ...@@ -32,6 +32,7 @@ const CopyToClipboard = ({ text, className }: {text: string; className?: string}
className={ className } className={ className }
onMouseEnter={ onOpen } onMouseEnter={ onOpen }
onMouseLeave={ onClose } onMouseLeave={ onClose }
ml={ 1 }
/> />
</Tooltip> </Tooltip>
); );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment