From 4a77548458ca716997174e83277af0745d71715e Mon Sep 17 00:00:00 2001 From: Sam Ferrero Date: Wed, 8 Nov 2023 13:44:03 +0000 Subject: [PATCH] chore: removed unused --- .../components/Form/FormFieldWrapper/FormFieldWrapper.css.ts | 2 +- packages/libs/react-ui/src/components/Form/Input/Input.tsx | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/packages/libs/react-ui/src/components/Form/FormFieldWrapper/FormFieldWrapper.css.ts b/packages/libs/react-ui/src/components/Form/FormFieldWrapper/FormFieldWrapper.css.ts index 5cdafd4a4b..e5172a483f 100644 --- a/packages/libs/react-ui/src/components/Form/FormFieldWrapper/FormFieldWrapper.css.ts +++ b/packages/libs/react-ui/src/components/Form/FormFieldWrapper/FormFieldWrapper.css.ts @@ -1,6 +1,6 @@ import { sprinkles } from '@theme/sprinkles.css'; import { vars } from '@theme/vars.css'; -import { style, styleVariants } from '@vanilla-extract/css'; +import { styleVariants } from '@vanilla-extract/css'; import type { FormFieldStatus } from '../Form.css'; import { statusColor, statusOutlineColor } from '../Form.css'; import { diff --git a/packages/libs/react-ui/src/components/Form/Input/Input.tsx b/packages/libs/react-ui/src/components/Form/Input/Input.tsx index 78b80467e1..f6fde4ad58 100644 --- a/packages/libs/react-ui/src/components/Form/Input/Input.tsx +++ b/packages/libs/react-ui/src/components/Form/Input/Input.tsx @@ -5,7 +5,6 @@ import type { FC, InputHTMLAttributes } from 'react'; import React, { forwardRef, useContext } from 'react'; import { baseContainerClass, baseOutlinedClass } from '../Form.css'; import { FormFieldWrapperContext } from '../FormFieldWrapper/FormFieldWrapper.context'; -import { formFieldContainerClass } from '../FormFieldWrapper/FormFieldWrapper.css'; import { disabledClass, inputClass, @@ -55,7 +54,7 @@ export const Input: FC = forwardRef( return (