aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/app/_modals
diff options
context:
space:
mode:
authorSonja Galovic <galovicsonja@gmail.com>2022-05-19 23:35:09 +0200
committerSonja Galovic <galovicsonja@gmail.com>2022-05-19 23:35:09 +0200
commit104616db42f10c5a009b3e23e599e8e7bad939c2 (patch)
tree437d0584298df115bcf99ad59f306dcfef2afd1b /frontend/src/app/_modals
parent518943953e2bc182297647a29bc3a2ea65cc5ed0 (diff)
Profile-page: sredjena izmena podataka i lozinke i dijalozi i bagovi
Diffstat (limited to 'frontend/src/app/_modals')
-rw-r--r--frontend/src/app/_modals/yes-no-dialog/yes-no-dialog.component.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/frontend/src/app/_modals/yes-no-dialog/yes-no-dialog.component.html b/frontend/src/app/_modals/yes-no-dialog/yes-no-dialog.component.html
index 259aec0d..0470d395 100644
--- a/frontend/src/app/_modals/yes-no-dialog/yes-no-dialog.component.html
+++ b/frontend/src/app/_modals/yes-no-dialog/yes-no-dialog.component.html
@@ -5,6 +5,6 @@
</form>
</div>
<div mat-dialog-actions class="d-flex justify-content-center mt-4">
- <button id="btnYes" mat-stroked-button color="basic" (click)="onYesClick()" style="background-color: lightgray;">Da</button>
- <button id="btnNo" mat-stroked-button (click)="onNoClick()" style="background-color: lightgray;">Ne</button>
+ <button id="btnYes" mat-stroked-button color="basic" (click)="onYesClick()">Da</button>
+ <button id="btnNo" mat-stroked-button (click)="onNoClick()">Ne</button>
</div> \ No newline at end of file