Skip to content

Commit

Permalink
chore: option removed from ios material
Browse files Browse the repository at this point in the history
  • Loading branch information
farfromrefug committed Dec 4, 2020
1 parent 7fdebc1 commit 57208af
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/dialogs/dialogs.ios.ts
Original file line number Diff line number Diff line change
Expand Up @@ -164,9 +164,9 @@ function createAlertController(options: DialogOptions & MDCAlertControlerOptions
if (options.message) {
alertController.message = options.message;
}
if (options.buttonFont) {
alertController.buttonFont = options.buttonFont.getUIFont(alertController.buttonFont);
}
// if (options.buttonFont) {
// alertController.buttonFont = options.buttonFont.getUIFont(alertController.buttonFont);
// }
if (options.messageFont) {
alertController.messageFont = options.messageFont.getUIFont(alertController.messageFont);
}
Expand Down

0 comments on commit 57208af

Please sign in to comment.