aboutsummaryrefslogtreecommitdiffstats
path: root/packages/mobile/components/ui
diff options
context:
space:
mode:
Diffstat (limited to 'packages/mobile/components/ui')
-rw-r--r--packages/mobile/components/ui/Input.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/mobile/components/ui/Input.tsx b/packages/mobile/components/ui/Input.tsx
index 6fc90b8f..2fcb2764 100644
--- a/packages/mobile/components/ui/Input.tsx
+++ b/packages/mobile/components/ui/Input.tsx
@@ -17,7 +17,7 @@ const Input = forwardRef<React.ElementRef<typeof TextInput>, InputProps>(
<TextInput
className={cn(
inputClasses,
- "border border-input py-2.5 px-4 rounded-lg",
+ "border-input rounded-lg border px-4 py-2.5",
)}
{...props}
/>