mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 15:09:33 +01:00
clean up
This commit is contained in:
@@ -21,7 +21,7 @@ const ActionSheetWrapper = ({
|
||||
onOpen,
|
||||
closeOnTouchBackdrop = true,
|
||||
onHasReachedTop,
|
||||
keyboardMode,
|
||||
keyboardMode
|
||||
}) => {
|
||||
const [state] = useTracked();
|
||||
const {colors} = state;
|
||||
@@ -29,7 +29,6 @@ const ActionSheetWrapper = ({
|
||||
const largeTablet = deviceMode === 'tablet';
|
||||
const smallTablet = deviceMode === 'smallTablet';
|
||||
const dimensions = useSettingStore(state => state.dimensions);
|
||||
|
||||
const insets = useSafeAreaInsets();
|
||||
|
||||
let width = dimensions.width > 600 ? 600 : 500;
|
||||
@@ -44,6 +43,8 @@ const ActionSheetWrapper = ({
|
||||
borderTopRightRadius: 10,
|
||||
borderTopLeftRadius: 10,
|
||||
alignSelf: 'center',
|
||||
borderBottomRight: 0,
|
||||
borderBottomLeft: 0
|
||||
};
|
||||
}, [colors.bg, gestureEnabled]);
|
||||
|
||||
|
||||
@@ -747,7 +747,7 @@ const LoginDialog = () => {
|
||||
style={{
|
||||
flexShrink: 1
|
||||
}}>
|
||||
<Heading size={SIZE.md}>{status}Logging in</Heading>
|
||||
<Heading size={SIZE.md}>{status}</Heading>
|
||||
<Paragraph style={{flexWrap: 'wrap'}} color={colors.icon}>
|
||||
{current.loading}{' '}
|
||||
{!current.showLoader ? null : (
|
||||
|
||||
Reference in New Issue
Block a user