From aece5ea193fd1f00faa85ce623b028fc281a357d Mon Sep 17 00:00:00 2001 From: callebtc <93376500+callebtc@users.noreply.github.com> Date: Fri, 16 Aug 2024 14:13:14 +0200 Subject: [PATCH] fix colors --- src/components/SettingsView.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/SettingsView.vue b/src/components/SettingsView.vue index 4340025..6588c5c 100644 --- a/src/components/SettingsView.vue +++ b/src/components/SettingsView.vue @@ -790,7 +790,7 @@ flat dense class="q-ml-sm" - color="warning" + color="primary" @click="confirmNuke = false" >Cancel @@ -798,7 +798,7 @@ flat dense class="q-ml-sm" - color="secondary" + color="warning" @click=" confirmNuke = false; nukeWallet();