Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfeng33 committed Nov 19, 2024
1 parent 1bc2a83 commit 5ebf444
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apps/www/src/registry/default/plate-ui/input.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { withVariants } from '@udecode/cn';
import { type VariantProps, cva } from 'class-variance-authority';
import React from 'react';

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

export const inputVariants = cva(
'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',
Expand Down

0 comments on commit 5ebf444

Please sign in to comment.