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.