Showing
1 changed file
with
2 additions
and
1 deletions
| @@ -116,7 +116,8 @@ export struct CommentComponent { | @@ -116,7 +116,8 @@ export struct CommentComponent { | ||
| 116 | this.confirmCallback(actionType) | 116 | this.confirmCallback(actionType) |
| 117 | } | 117 | } |
| 118 | }), | 118 | }), |
| 119 | - alignment:DialogAlignment.Bottom | 119 | + alignment:DialogAlignment.Bottom, |
| 120 | + customStyle:true | ||
| 120 | }) | 121 | }) |
| 121 | 122 | ||
| 122 | this.delDialogController = new CustomDialogController({ | 123 | this.delDialogController = new CustomDialogController({ |
-
Please register or login to post a comment