Skip to content

Commit 5ebf444

Browse files
committed
ci
1 parent 1bc2a83 commit 5ebf444

File tree

1 file changed

+3
-3
lines changed
  • apps/www/src/registry/default/plate-ui

1 file changed

+3
-3
lines changed

apps/www/src/registry/default/plate-ui/input.tsx

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
import { withVariants } from '@udecode/cn';
2-
import { type VariantProps, cva } from 'class-variance-authority';
1+
import React from 'react';
32

4-
import { cn } from '@/registry/default/lib/utils';
3+
import { cn, withVariants } from '@udecode/cn';
4+
import { type VariantProps, cva } from 'class-variance-authority';
55

66
export const inputVariants = cva(
77
'flex w-full rounded-md bg-transparent text-sm file:border-0 file:bg-background file:text-sm file:font-medium file:text-foreground placeholder:text-muted-foreground focus-visible:outline-none disabled:cursor-not-allowed disabled:opacity-50',

0 commit comments

Comments
 (0)