feat: feature/mvp-sprint-1
This commit is contained in:
parent
2cf0cf6807
commit
186fb42693
@ -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") {
|
||||||
|
Loading…
Reference in New Issue
Block a user