Date: Fri, 13 Dec 2024 11:53:09 +0100
Subject: [PATCH 5/9] fix: dark mode card
---
components/swap/SurchargeCard.vue | 4 ++--
components/swap/review.vue | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/components/swap/SurchargeCard.vue b/components/swap/SurchargeCard.vue
index db63195e50..e97bd7f3ee 100644
--- a/components/swap/SurchargeCard.vue
+++ b/components/swap/SurchargeCard.vue
@@ -4,7 +4,7 @@
{{ $t('swap.surchargeTitle') }}
-
+
{{ formatted }}
@@ -15,7 +15,7 @@
- {{ $t(surcharge?.direction === 'Send' ? 'swap.surchargeIncludedWithYourItems' : 'swap.surchargeIncludedWithTheirItems') }}
+ {{ $t(surcharge.direction === 'Send' ? 'swap.surchargeIncludedWithYourItems' : 'swap.surchargeIncludedWithTheirItems') }}
diff --git a/components/swap/review.vue b/components/swap/review.vue
index ef6da5eb25..e72e3d4220 100644
--- a/components/swap/review.vue
+++ b/components/swap/review.vue
@@ -29,7 +29,7 @@
From 664ec158b675773dd1d42d939c1f3ef0fa7be3d6 Mon Sep 17 00:00:00 2001
From: Jarsen <31397967+Jarsen136@users.noreply.github.com>
Date: Fri, 13 Dec 2024 19:54:24 +0100
Subject: [PATCH 6/9] feat: swap success toast
---
components/swap/review.vue | 9 ++++++---
locales/en.json | 2 +-
utils/notification.ts | 3 ++-
3 files changed, 9 insertions(+), 5 deletions(-)
diff --git a/components/swap/review.vue b/components/swap/review.vue
index 0bf4882fb5..e20accfa35 100644
--- a/components/swap/review.vue
+++ b/components/swap/review.vue
@@ -104,10 +104,11 @@