account deletion

This commit is contained in:
Jorrin
2024-04-21 17:00:33 +02:00
parent a89ef8a901
commit 7cce25a261
5 changed files with 113 additions and 4 deletions

View File

@@ -102,7 +102,7 @@ export default function Page() {
<MWCard.Footer justifyContent="center" flexDirection="column" gap="$4">
{errorMessage && (
<Paragraph color="$red100" textAlign="center">
<Paragraph color="$rose200" textAlign="center">
{errorMessage}
</Paragraph>
)}