feat: feature/mvp-sprint-1

This commit is contained in:
Nikolaj Frey 2023-08-14 15:15:12 +10:00
parent 6489baa60b
commit 83d2e255c7

View File

@ -149,6 +149,14 @@ export const MagicInput = (props) => {
>
{props?.readonly ? props?.value : null}
</Box>
<Box
display={
!props.readonly || inputValue || !isClientSide ? "none" : "block"
}
opacity={0}
>
Imagine..
</Box>
<Box
position="absolute"
top={0}