aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/app/_modals/yes-no-dialog/yes-no-dialog.component.html
diff options
context:
space:
mode:
authorOgnjen Cirkovic <ciraboxkg@gmail.com>2022-05-20 02:48:48 +0200
committerOgnjen Cirkovic <ciraboxkg@gmail.com>2022-05-20 02:48:48 +0200
commitecf9618c7d48d3d47fbcc21df230f12a1369940c (patch)
tree1ca71cf30795323756fb1a7d1d4e3ff2c8e90268 /frontend/src/app/_modals/yes-no-dialog/yes-no-dialog.component.html
parente4222ce4533beb64bd8460a9d7c4ad3688220f56 (diff)
parent02416dee28e57181b1da03b7f5ce6cc538a9415a (diff)
Merge branch 'redesign' of http://gitlab.pmf.kg.ac.rs/igrannonica/neuronstellar into Redesign
Diffstat (limited to 'frontend/src/app/_modals/yes-no-dialog/yes-no-dialog.component.html')
-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