feat: feature/mvp-sprint-1

This commit is contained in:
Nikolaj Frey 2023-08-14 20:21:05 +10:00
parent 2cf0cf6807
commit 186fb42693

View File

@ -690,8 +690,10 @@ export const Thingtime = (props) => {
width="100%" width="100%"
paddingLeft={multiplyPl(2)} paddingLeft={multiplyPl(2)}
opacity={props?.edit ? 1 : 0} opacity={props?.edit ? 1 : 0}
border="none !important"
cursor="pointer" cursor="pointer"
transition="all 0.2s ease-out" transition="all 0.2s ease-out"
outline="none !important"
onClick={addNewChild} onClick={addNewChild}
onKeyUp={(e) => { onKeyUp={(e) => {
if (e?.key === "Enter") { if (e?.key === "Enter") {