diff --git a/remix/app/components/Commander/CommanderV1.tsx b/remix/app/components/Commander/CommanderV1.tsx index f2a81c6..4f38ba9 100644 --- a/remix/app/components/Commander/CommanderV1.tsx +++ b/remix/app/components/Commander/CommanderV1.tsx @@ -513,14 +513,58 @@ export const CommanderV1 = (props) => { maxWidth={[mobileVW, "100%"]} height="100%" > - + {/* TODO: Fix duplicate code because of rainbow mode disabling hack */} + {props?.rainbow && ( + +
+ + +
+
+ )} + {!props?.rainbow && (
{ pointerEvents="all" outline="none" > - { value={inputValue} >
-
+ )}