Skip to content

Commit b4ff137

Browse files
authored
Merge pull request #1922 from masudul-tikweb/master
fix design issue
2 parents efe60a2 + 5bd370a commit b4ff137

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

eform-client/src/app/plugins/modules/items-planning-pn/modules/plannings/components/planning-actions/planning-delete/planning-delete.component.html

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,15 @@ <h3 mat-dialog-title>{{'Are you sure you want to delete' | translate}}?</h3>
1717
</div>
1818
</div>
1919
</div>
20-
<div mat-dialog-actions class="d-flex flex-row justify-content-end">
20+
<div mat-dialog-actions class="d-flex flex-row justify-content-end align-items-center gap-24">
2121
<button
22-
mat-raised-button
23-
color="warn"
22+
class="btn-delete"
2423
id="planningDeleteDeleteBtn"
2524
(click)="deletePlanning()">
2625
{{'Delete' | translate}}
2726
</button>
2827
<button
29-
mat-raised-button
28+
class="btn-cancel"
3029
id="planningDeleteCancelBtn"
3130
(click)="hide()">
3231
{{'Close' | translate}}

0 commit comments

Comments
 (0)