Lightzane
Lightzane
@bozzelliandrea the `acceptVisible` is not what I'm looking for as it will just remove the entire button: ```ts this.confirmationService.confirm({ message: 'Are you sure?', acceptVisible: false, }); ```  I want...
@bozzelliandrea I think we're still going to stick with the template. As providing false in `acceptIcon` or `rejectIcon` will still leave **_some extra whitespaces_** on the left of the **Yes**...
@F3n67u it seems that the issue did not actually got fixed by #197 Upon checking `npm ls json5`, the `[email protected]` is still depending on `[email protected]` 