about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorSamuel Newman <mozzius@protonmail.com>2025-04-14 20:14:09 +0300
committerGitHub <noreply@github.com>2025-04-14 10:14:09 -0700
commitff7407c8e2337a9d97c9b42ce8bf8a87258b2199 (patch)
tree812382688f61d7d7041729ac1793e7aacd399d57 /src
parentd899d09e60761ec512b0a9aa028d252454348bfe (diff)
downloadvoidsky-ff7407c8e2337a9d97c9b42ce8bf8a87258b2199.tar.zst
Use consistent hosting provider height (#8186)
Diffstat (limited to 'src')
-rw-r--r--src/components/forms/HostingProvider.tsx3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/components/forms/HostingProvider.tsx b/src/components/forms/HostingProvider.tsx
index 2fb138d00..110090017 100644
--- a/src/components/forms/HostingProvider.tsx
+++ b/src/components/forms/HostingProvider.tsx
@@ -4,7 +4,6 @@ import {msg, Trans} from '@lingui/macro'
 import {useLingui} from '@lingui/react'
 
 import {toNiceDomain} from '#/lib/strings/url-helpers'
-import {isAndroid} from '#/platform/detection'
 import {ServerInputDialog} from '#/view/com/auth/server-input'
 import {atoms as a, tokens, useTheme} from '#/alf'
 import {Button, ButtonIcon, ButtonText} from '#/components/Button'
@@ -75,10 +74,10 @@ export function HostingProvider({
             a.flex_row,
             a.align_center,
             a.rounded_sm,
+            a.py_sm,
             a.pl_md,
             a.pr_sm,
             a.gap_xs,
-            {paddingVertical: isAndroid ? 14 : 8},
           ]}
           onPress={onPressSelectService}>
           {({hovered, pressed}) => {