change delete account title size

This commit is contained in:
Jorrin
2024-04-21 20:43:27 +02:00
parent d7940766e7
commit 5ef90f52a3

View File

@@ -1,7 +1,7 @@
import { useCallback, useMemo, useState } from "react"; import { useCallback, useMemo, useState } from "react";
import { MaterialIcons } from "@expo/vector-icons"; import { MaterialIcons } from "@expo/vector-icons";
import { useMutation, useQuery, useQueryClient } from "@tanstack/react-query"; 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 { import {
base64ToBuffer, base64ToBuffer,
@@ -260,7 +260,7 @@ export function AccountInformation() {
<MWSeparator /> <MWSeparator />
<MWCard bordered padded> <MWCard bordered padded>
<YStack gap="$3"> <YStack gap="$3">
<H3 fontWeight="$bold">Delete account</H3> <H5 fontWeight="$bold">Delete account</H5>
<Text color="$ash300" fontWeight="$semibold"> <Text color="$ash300" fontWeight="$semibold">
This action is irreversible. All data will be deleted and This action is irreversible. All data will be deleted and
nothing can be recovered. nothing can be recovered.