Use consistent hosting provider height (#8186)
This commit is contained in:
@@ -4,7 +4,6 @@ import {msg, Trans} from '@lingui/macro'
|
|||||||
import {useLingui} from '@lingui/react'
|
import {useLingui} from '@lingui/react'
|
||||||
|
|
||||||
import {toNiceDomain} from '#/lib/strings/url-helpers'
|
import {toNiceDomain} from '#/lib/strings/url-helpers'
|
||||||
import {isAndroid} from '#/platform/detection'
|
|
||||||
import {ServerInputDialog} from '#/view/com/auth/server-input'
|
import {ServerInputDialog} from '#/view/com/auth/server-input'
|
||||||
import {atoms as a, tokens, useTheme} from '#/alf'
|
import {atoms as a, tokens, useTheme} from '#/alf'
|
||||||
import {Button, ButtonIcon, ButtonText} from '#/components/Button'
|
import {Button, ButtonIcon, ButtonText} from '#/components/Button'
|
||||||
@@ -75,10 +74,10 @@ export function HostingProvider({
|
|||||||
a.flex_row,
|
a.flex_row,
|
||||||
a.align_center,
|
a.align_center,
|
||||||
a.rounded_sm,
|
a.rounded_sm,
|
||||||
|
a.py_sm,
|
||||||
a.pl_md,
|
a.pl_md,
|
||||||
a.pr_sm,
|
a.pr_sm,
|
||||||
a.gap_xs,
|
a.gap_xs,
|
||||||
{paddingVertical: isAndroid ? 14 : 8},
|
|
||||||
]}
|
]}
|
||||||
onPress={onPressSelectService}>
|
onPress={onPressSelectService}>
|
||||||
{({hovered, pressed}) => {
|
{({hovered, pressed}) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user