diff --git a/src/ui/NativeAuth/components.tsx b/src/ui/NativeAuth/components.tsx index 7ee22f5..956c574 100644 --- a/src/ui/NativeAuth/components.tsx +++ b/src/ui/NativeAuth/components.tsx @@ -207,6 +207,7 @@ const ToastContainer = styled.TouchableOpacity((props: any) => ({ borderRadius: 26, flexDirection: "row", overflow: "visible", + maxWidth: "94%", ...(props.theme.toast ? { ...props.theme.toast } : {}) })) @@ -236,7 +237,7 @@ export const Toast = ({ toastMessage, toastOpen, setToastOpen }: { toastMessage: return ( setToastOpen(false)} style={{ shadowColor: "#000", shadowOffset: { width: 0, height: 3 }, shadowOpacity: 0.27, shadowRadius: 4.65 }}> - {toastMessage} + {toastMessage}