Style tweaks

This commit is contained in:
Aria Minaei 2021-09-02 13:28:35 +02:00
parent 46f19dddbc
commit 6ccfeea068
2 changed files with 2 additions and 1 deletions

View file

@ -59,7 +59,7 @@ const ProjectDetails: React.FC<{
}, []) }, [])
const [tooltip, openExportTooltip] = usePopover( const [tooltip, openExportTooltip] = usePopover(
{pointerDistanceThreshold: 50, closeWhenPointerIsDistant: false}, {pointerDistanceThreshold: 50},
() => ( () => (
<ExportTooltip> <ExportTooltip>
This will create a JSON file with the state of your project. You can This will create a JSON file with the state of your project. You can

View file

@ -17,6 +17,7 @@ const Adjust = styled.div`
left: -7px; left: -7px;
top: -8px; top: -8px;
text-align: center; text-align: center;
line-height: 0;
` `
type Props = { type Props = {