diff --git a/src/components/LoadingComponent.vue b/src/components/LoadingComponent.vue index a79fa59..8881c6d 100644 --- a/src/components/LoadingComponent.vue +++ b/src/components/LoadingComponent.vue @@ -10,7 +10,7 @@ const props = defineProps({
{{ props.title ? props.title : "Confirme em sua carteira" }} 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 => {
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 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 ( - 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"] {