mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 08:03:26 +00:00
change delete account title size
This commit is contained in:
@@ -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.
|
||||||
|
Reference in New Issue
Block a user