about summary refs log tree commit diff
path: root/src/components/forms/HostingProvider.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/forms/HostingProvider.tsx')
-rw-r--r--src/components/forms/HostingProvider.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/forms/HostingProvider.tsx b/src/components/forms/HostingProvider.tsx
index 4732434b0..221a759d5 100644
--- a/src/components/forms/HostingProvider.tsx
+++ b/src/components/forms/HostingProvider.tsx
@@ -71,10 +71,10 @@ export function HostingProvider({
             a.flex_row,
             a.align_center,
             a.rounded_sm,
-            a.px_md,
+            a.pl_md,
             a.pr_sm,
             a.gap_xs,
-            {paddingVertical: isAndroid ? 14 : 9},
+            {paddingVertical: isAndroid ? 14 : 8},
           ]}
           onPress={onPressSelectService}>
           {({hovered, pressed}) => {