diff --git a/src/components/SearchComponent.vue b/src/components/SearchComponent.vue
index e1aa889..b3efe26 100644
--- a/src/components/SearchComponent.vue
+++ b/src/components/SearchComponent.vue
@@ -115,7 +115,7 @@ watch(networkName, (): void => {
@@ -125,13 +125,14 @@ watch(networkName, (): void => {
>
+
-

-
BRZ
+

+
BRZ
@@ -221,7 +226,7 @@ watch(networkName, (): void => {
}
.blur-container {
- @apply flex flex-col justify-center items-center px-8 py-6 gap-2 rounded-lg shadow-md shadow-gray-600 backdrop-blur-md mt-10;
+ @apply flex flex-col justify-center items-center px-8 py-6 gap-2 rounded-lg shadow-md shadow-gray-600 mt-10;
}
input[type="number"] {
diff --git a/src/components/SellerSteps/WantSellComponent.vue b/src/components/SellerSteps/WantSellComponent.vue
index 10a44f3..ef4efb1 100644
--- a/src/components/SellerSteps/WantSellComponent.vue
+++ b/src/components/SellerSteps/WantSellComponent.vue
@@ -56,6 +56,7 @@ const handleButtonClick = async (
>
+
@@ -63,7 +64,7 @@ const handleButtonClick = async (
-

-
BRZ
+

+
+ BRZ
+
@@ -135,7 +142,7 @@ const handleButtonClick = async (
}
.blur-container {
- @apply flex flex-col justify-center items-center px-8 py-6 gap-2 rounded-lg shadow-md shadow-gray-600 backdrop-blur-md mt-10 w-auto;
+ @apply flex flex-col justify-center items-center px-8 py-6 gap-2 rounded-lg shadow-md shadow-gray-600 mt-10 w-auto;
}
input[type="number"] {