diff --git a/components/ui/button.tsx b/components/ui/button.tsx
index 77804e6..72777f8 100644
--- a/components/ui/button.tsx
+++ b/components/ui/button.tsx
@@ -20,7 +20,7 @@ const buttonVariants = cva(
link: "web:underline-offset-4 web:hover:underline web:focus:underline ",
},
size: {
- default: "min-h-10 px-4 py-2 native:min-h-12 native:px-5 native:py-3",
+ default: "min-h-10 px-4 py-2 native:min-h-12 native:px-3 native:py-3",
sm: "min-h-9 rounded-md px-3",
lg: "min-h-11 rounded-2xl px-8 native:min-h-16",
icon: "min-h-10 min-w-10",
diff --git a/pages/send/Send.tsx b/pages/send/Send.tsx
index 1e4c973..c2a1f02 100644
--- a/pages/send/Send.tsx
+++ b/pages/send/Send.tsx
@@ -130,7 +130,7 @@ export function Send() {
className="flex flex-col gap-2 flex-1"
>
- Manual
+ Manual
>