aboutsummaryrefslogtreecommitdiffstats
path: root/packages/mobile/components/ui
diff options
context:
space:
mode:
authorMohamedBassem <me@mbassem.com>2024-03-11 09:39:23 +0000
committerMohamedBassem <me@mbassem.com>2024-03-11 09:41:32 +0000
commitbffbb94201a5637cb6b55b59b499fb0ec67218d6 (patch)
tree52511960c63e5b427d599256ffd549f0932650ca /packages/mobile/components/ui
parent1f3a162fde79dbf9102d2e3f67cfc6b6e2e302e9 (diff)
downloadkarakeep-bffbb94201a5637cb6b55b59b499fb0ec67218d6.tar.zst
mobile: Setup share intent
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}
/>