Skip to content

Commit

Permalink
🎨 Melhorando a aparencia do botão feedback
Browse files Browse the repository at this point in the history
Co-authored-by: João Marcos Moraes de Andrade <[email protected]>
  • Loading branch information
Luizaxx committed Jan 31, 2025
1 parent 9323127 commit 8fbf4c2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/app/pages/profile/profile.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,11 @@



<button id="editUser" class="w-full h-[30px] max-w-[103px] bg-blue-brand rounded-lg text-white"
(click)="navigatorFeedback()">
<button id="editUser" class="w-full h-[40px] max-w-[300px] bg-blue-brand rounded-lg text-white mt-[200px] text-1.5xl"
(click)="navigatorFeedback()" >
Deixe seu Feedback
</button>
</button>



</div>
Expand Down

0 comments on commit 8fbf4c2

Please sign in to comment.