diff --git a/web/app/components/base/input/index.tsx b/web/app/components/base/input/index.tsx index 7291b5e69e..cdd52a3c76 100644 --- a/web/app/components/base/input/index.tsx +++ b/web/app/components/base/input/index.tsx @@ -13,8 +13,8 @@ export const inputVariants = cva( { variants: { size: { - regular: 'px-3 radius-md system-sm-regular', - large: 'px-4 radius-lg system-md-regular', + regular: 'px-3 system-sm-regular radius-md', + large: 'px-4 system-md-regular radius-lg', }, }, defaultVariants: { @@ -115,7 +115,7 @@ const Input = React.forwardRef(({
(({ )} { unit && ( -
+
{unit}
) diff --git a/web/eslint-suppressions.json b/web/eslint-suppressions.json index f3bcadf67c..cfd9e1a934 100644 --- a/web/eslint-suppressions.json +++ b/web/eslint-suppressions.json @@ -2052,9 +2052,6 @@ "app/components/base/input/index.tsx": { "react-refresh/only-export-components": { "count": 1 - }, - "tailwindcss/enforce-consistent-class-order": { - "count": 3 } }, "app/components/base/linked-apps-panel/index.tsx": { @@ -8485,4 +8482,4 @@ "count": 2 } } -} \ No newline at end of file +}