From 5ef90f52a3286fdf8d992fbb3f11d24a4696f922 Mon Sep 17 00:00:00 2001 From: Jorrin Date: Sun, 21 Apr 2024 20:43:27 +0200 Subject: [PATCH] change delete account title size --- apps/expo/src/components/account/AccountInformation.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/expo/src/components/account/AccountInformation.tsx b/apps/expo/src/components/account/AccountInformation.tsx index f7964cc..8708314 100644 --- a/apps/expo/src/components/account/AccountInformation.tsx +++ b/apps/expo/src/components/account/AccountInformation.tsx @@ -1,7 +1,7 @@ import { useCallback, useMemo, useState } from "react"; import { MaterialIcons } from "@expo/vector-icons"; import { useMutation, useQuery, useQueryClient } from "@tanstack/react-query"; -import { H3, Spinner, Text, View, XStack, YStack } from "tamagui"; +import { H5, Spinner, Text, View, XStack, YStack } from "tamagui"; import { base64ToBuffer, @@ -260,7 +260,7 @@ export function AccountInformation() { -

Delete account

+
Delete account
This action is irreversible. All data will be deleted and nothing can be recovered.