diff --git a/src/components/SearchComponent.vue b/src/components/SearchComponent.vue index 984bebc..e250dc8 100644 --- a/src/components/SearchComponent.vue +++ b/src/components/SearchComponent.vue @@ -115,7 +115,7 @@ watch(networkName, (): void => {
Adquira cripto com apenas um Pix @@ -125,13 +125,14 @@ watch(networkName, (): void => { >
+
- Token image - BRZ + Token image + 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 92033d7..76ceba9 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 ( - Token image - BRZ + Token image + + 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"] {