Skip to content

Commit

Permalink
expand block button on add new account
Browse files Browse the repository at this point in the history
  • Loading branch information
Joao Leonardo Pereira committed Jul 21, 2024
1 parent dcbbc27 commit b61f193
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/home/home.page.html
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
</ion-grid>
<p *ngIf="searchLogoResults.length > 0">Logos provided by <a href="https://brandfetch.com">Brandfetch</a></p>
</ion-item>
<ion-button [disabled]="!validations_form.valid" type="submit">Salvar conta</ion-button>
<ion-button expand="block" [disabled]="!validations_form.valid" type="submit">Salvar conta</ion-button>
</form>
</ng-template>
</ng-template>
Expand Down

0 comments on commit b61f193

Please sign in to comment.