app now responsive for mobile and small devices.
This commit is contained in:
@@ -91,7 +91,7 @@ export const Input = forwardRef<HTMLInputElement, InputProps>(
|
||||
${error ? 'border-red-500' : 'border-border'}
|
||||
bg-background-secondary/90 text-text-primary
|
||||
|
||||
${icon ? 'pl-10' : 'pl-4'} ${resolvedEndIcon ? 'pr-10' : 'pr-4'} py-2
|
||||
${icon ? 'pl-10' : 'pl-4'} ${resolvedEndIcon ? 'pr-10' : 'pr-4'} py-2.5 sm:py-2 text-base sm:text-sm
|
||||
|
||||
placeholder:text-text-muted
|
||||
|
||||
|
||||
Reference in New Issue
Block a user