From 186fb42693f835de75f7d7b70c3f51cbc5f4bd35 Mon Sep 17 00:00:00 2001 From: Nikolaj Frey Date: Mon, 14 Aug 2023 20:21:05 +1000 Subject: [PATCH] feat: feature/mvp-sprint-1 --- remix/app/components/Thingtime/Thingtime.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/remix/app/components/Thingtime/Thingtime.tsx b/remix/app/components/Thingtime/Thingtime.tsx index 878aa6d..7a229ff 100644 --- a/remix/app/components/Thingtime/Thingtime.tsx +++ b/remix/app/components/Thingtime/Thingtime.tsx @@ -690,8 +690,10 @@ 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} onKeyUp={(e) => { if (e?.key === "Enter") {