From bd1d8cc4a9324c904bd79eb774ac6411b489fe4e Mon Sep 17 00:00:00 2001 From: Matthew Russell Date: Tue, 16 May 2023 11:48:01 -0700 Subject: [PATCH] chore: remove commented code --- libs/ui-toolkit/src/components/input/input.tsx | 1 - 1 file changed, 1 deletion(-) 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,