Skip to content

Commit

Permalink
alteração de cor
Browse files Browse the repository at this point in the history
Co-authored-by: cansancaojennifer <[email protected]>
  • Loading branch information
RaissaAndradeS and cansancaojennifer committed Dec 8, 2023
1 parent 5193e0c commit bf5b20f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/pages/profile/profile.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
<div
class="flex flex-col justify-center items-center gap-2 pt-3 text-[12px] text-[#3c3c3b]"
>
<span class="w-full font-bold" style="color: 3c3c3b;">
<span class="w-full font-bold" style="color: #3c3c3b;">
{{ user.name }}
</span>
<span class="w-full font-normal" style="color: 3c3c3b;">
<span class="w-full font-normal" style="color: #3c3c3b;">
{{ user.email }}
</span>
</div>
Expand Down

0 comments on commit bf5b20f

Please sign in to comment.