diff --git a/remix/app/components/Icon/Icon.tsx b/remix/app/components/Icon/Icon.tsx index 073139b..25d6c1c 100644 --- a/remix/app/components/Icon/Icon.tsx +++ b/remix/app/components/Icon/Icon.tsx @@ -185,6 +185,7 @@ export const Icon = (props) => { return (
diff --git a/remix/app/components/Thingtime/Thingtime.tsx b/remix/app/components/Thingtime/Thingtime.tsx index 655fa66..a6dc875 100644 --- a/remix/app/components/Thingtime/Thingtime.tsx +++ b/remix/app/components/Thingtime/Thingtime.tsx @@ -690,20 +690,25 @@ export const Thingtime = (props) => { width="100%" paddingLeft={multiplyPl(2)} opacity={props?.edit ? 1 : 0} - border="none !important" cursor="pointer" transition="all 0.2s ease-out" - outline="none !important" onClick={addNewChild} - onKeyDown={(e) => { - if (e?.key === "Enter") { - addNewChild() - } - }} paddingY={2} - tabIndex={0} > - + { + if (e?.key === "Enter") { + addNewChild() + } + }} + tabIndex={0} + size={10} + name="seedling" + > {/* */}