diff --git a/web/src/components/ui/dialog.tsx b/web/src/components/ui/dialog.tsx index cc4608f57..a72559798 100644 --- a/web/src/components/ui/dialog.tsx +++ b/web/src/components/ui/dialog.tsx @@ -38,7 +38,13 @@ const DialogContent = React.forwardRef< ) => (
) => (
( ref={ref} type={isPasswordInput && showPassword ? 'text' : type} className={cn( + 'peer/input', 'flex h-8 w-full rounded-md border-0.5 border-input bg-bg-input px-3 py-2 outline-none text-sm text-text-primary', 'file:border-0 file:bg-transparent file:text-sm file:font-medium file:text-foreground placeholder:text-text-disabled', 'focus-visible:outline-none focus-visible:ring-1 focus-visible:ring-accent-primary', @@ -79,7 +80,12 @@ const Input = React.forwardRef(
- +
- +