Фикс верстки на экране Backup
This commit is contained in:
@@ -5,7 +5,7 @@ import { SettingsInput } from "@/app/components/SettingsInput/SettingsInput";
|
||||
import { TextChain } from "@/app/components/TextChain/TextChain";
|
||||
import { decodeWithPassword } from "@/app/crypto/crypto";
|
||||
import { useAccount } from "@/app/providers/AccountProvider/useAccount";
|
||||
import { Paper, Text } from "@mantine/core";
|
||||
import { Text } from "@mantine/core";
|
||||
import { useState } from "react";
|
||||
|
||||
export function Backup() {
|
||||
@@ -39,10 +39,8 @@ export function Backup() {
|
||||
</Text>
|
||||
{show.trim() !== "" && (
|
||||
<>
|
||||
<Paper mt={'sm'} p={'md'} withBorder>
|
||||
<TextChain rainbow={true} mt={'sm'} text={show}></TextChain>
|
||||
</Paper>
|
||||
<Text fz={10} mt={3} c={'gray'} pl={'xs'} pr={'xs'}>
|
||||
<TextChain withoutPaper mt={'sm'} text={show}></TextChain>
|
||||
<Text fz={10} mt={'sm'} c={'gray'} pl={'xs'} pr={'xs'}>
|
||||
Please don't share your seed phrase! The administration will never ask you for it.
|
||||
</Text>
|
||||
</>
|
||||
|
||||
Reference in New Issue
Block a user