my fork of the bluesky client

fix change handle dialog on android (#6563)

authored by samuel.fm and committed by

GitHub 0e4f6717 f1c221ed

+3 -6
+3 -5
src/components/Dialog/shared.tsx
··· 1 1 import React from 'react' 2 2 import {StyleProp, TextStyle, View, ViewStyle} from 'react-native' 3 3 4 - import {atoms as a, useTheme, web} from '#/alf' 4 + import {atoms as a, useTheme} from '#/alf' 5 5 import {Text} from '#/components/Typography' 6 6 7 7 export function Header({ ··· 29 29 a.border_b, 30 30 t.atoms.border_contrast_medium, 31 31 t.atoms.bg, 32 - web([ 33 - {borderRadiusTopLeft: a.rounded_md.borderRadius}, 34 - {borderRadiusTopRight: a.rounded_md.borderRadius}, 35 - ]), 32 + {borderTopLeftRadius: a.rounded_md.borderRadius}, 33 + {borderTopRightRadius: a.rounded_md.borderRadius}, 36 34 style, 37 35 ]}> 38 36 {renderLeft && (
-1
src/screens/Settings/components/ChangeHandleDialog.tsx
··· 86 86 return ( 87 87 <Dialog.ScrollableInner 88 88 label={_(msg`Change Handle`)} 89 - style={[a.overflow_hidden]} 90 89 header={ 91 90 <Dialog.Header renderLeft={cancelButton}> 92 91 <Dialog.HeaderText>