aboutsummaryrefslogtreecommitdiff
path: root/src/app/components/profile/profile.component.html
diff options
context:
space:
mode:
authorSyndamia <kamen.d.mladenov@protonmail.com>2021-04-08 09:28:51 +0300
committerSyndamia <kamen.d.mladenov@protonmail.com>2021-04-08 09:28:51 +0300
commitbf75b260b2c8b8c11ae3c672ae6378bd24f9f196 (patch)
tree8f29ea0acf3716fd13b24d3a3282f66a9bf78e68 /src/app/components/profile/profile.component.html
parent4dbd4298762967657d01d9cd8cd3dd9b31250686 (diff)
downloadDevHive-Angular-bf75b260b2c8b8c11ae3c672ae6378bd24f9f196.tar
DevHive-Angular-bf75b260b2c8b8c11ae3c672ae6378bd24f9f196.tar.gz
DevHive-Angular-bf75b260b2c8b8c11ae3c672ae6378bd24f9f196.zip
Improved styling of add/remove friend buttonfriends-update
Diffstat (limited to 'src/app/components/profile/profile.component.html')
-rw-r--r--src/app/components/profile/profile.component.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/components/profile/profile.component.html b/src/app/components/profile/profile.component.html
index 2443469..c6fdee6 100644
--- a/src/app/components/profile/profile.component.html
+++ b/src/app/components/profile/profile.component.html
@@ -14,7 +14,7 @@
<div>
@{{ user.userName }}
</div>
- <button id="add-friend" class="border-faded-slim padding-dot1 lighter-hover click-effect border-radius-dot3 width-full" (click)="modifyFriend()" *ngIf="!isTheLoggedInUser && isUserLoggedIn">
+ <button id="add-friend" class="border-faded-slim padding-dot3 lighter-hover click-effect border-radius-dot3 font-size-dot8 margin-top-dot4" (click)="modifyFriend()" *ngIf="!isTheLoggedInUser && isUserLoggedIn">
{{ friendOfUser ? 'Unfriend' : 'Add friend' }}
</button>
</div>