diff --git a/libs/ui-toolkit/src/components/input/input.tsx b/libs/ui-toolkit/src/components/input/input.tsx index fdb3ae346..8dde3f9f9 100644 --- a/libs/ui-toolkit/src/components/input/input.tsx +++ b/libs/ui-toolkit/src/components/input/input.tsx @@ -57,7 +57,6 @@ type AffixProps = InputPrepend | InputAppend; export type InputProps = InputRootProps & AffixProps; -// className="flex-1 block border border-vega-light-300 dark:border-vega-dark-300 p-2 rounded bg-transparent" export const inputStyle = ({ style, disabled,