From f17ccd506649034fc82804080dda7efd759a0439 Mon Sep 17 00:00:00 2001 From: Jip Fr Date: Sat, 9 Dec 2023 13:16:08 +0100 Subject: [PATCH] Fix text alignment, also apply text style to copied --- src/pages/parts/errors/ErrorCard.tsx | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/src/pages/parts/errors/ErrorCard.tsx b/src/pages/parts/errors/ErrorCard.tsx index 93aa7981..4ee4c2ab 100644 --- a/src/pages/parts/errors/ErrorCard.tsx +++ b/src/pages/parts/errors/ErrorCard.tsx @@ -37,7 +37,7 @@ export function ErrorCard(props: { return ( // I didn't put a here because it'd fade out, then jump height weirdly -
+
{t("errors.details")}
@@ -48,13 +48,15 @@ export function ErrorCard(props: { > {hasCopied ? ( <> - - {t("actions.copied")} + + + {t("actions.copied")} + ) : ( <> - - + + {t("actions.copy")}