From c818bc0b9d5122e6e491d38171506adba62c7f88 Mon Sep 17 00:00:00 2001 From: Monkey Date: Fri, 9 Aug 2024 15:04:55 -0400 Subject: [PATCH] Show Private Key confirmation dialog button styling --- src/components/ShowPKDialog.tsx | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/components/ShowPKDialog.tsx b/src/components/ShowPKDialog.tsx index a9599ba..9c14b27 100644 --- a/src/components/ShowPKDialog.tsx +++ b/src/components/ShowPKDialog.tsx @@ -70,7 +70,7 @@ const ShowPKDialog = () => { )} - Warning: + Warning: Never disclose this key. Anyone with your private keys can steal any assets held in your account. @@ -79,10 +79,8 @@ const ShowPKDialog = () => { {!privateKey ? ( <> - - + + ) : (