@@ -287,7 +287,7 @@ const handleSelectedToken = (token: TokenEnum): void => {
v-if="accountType === '2'"
type="text"
v-model="savingsVariation"
- class="border-none outline-none sm:text-lg text-sm text-gray-900 w-full bg-white sm:px-10 px-6 py-4 rounded-lg border-y-10"
+ class="border-none outline-none sm:text-lg text-sm text-gray-900 w-full bg-white sm:px-10 px-6 py-4 rounded-lg"
:class="{ 'text-xl font-medium': savingsVariation }"
placeholder="Variação da poupança"
required
diff --git a/src/components/SellerSteps/SendNetwork.vue b/src/components/SellerSteps/SendNetwork.vue
index c7ab0fa..f84a9dd 100644
--- a/src/components/SellerSteps/SendNetwork.vue
+++ b/src/components/SellerSteps/SendNetwork.vue
@@ -28,7 +28,7 @@ const props = defineProps({
Tokens ofertados
diff --git a/src/components/ui/LoadingComponent.vue b/src/components/ui/LoadingComponent.vue
index a95977c..9eb043f 100644
--- a/src/components/ui/LoadingComponent.vue
+++ b/src/components/ui/LoadingComponent.vue
@@ -17,7 +17,7 @@ const props = defineProps({