Skip to content

Commit 57208af

Browse files
committed
chore: option removed from ios material
1 parent 7fdebc1 commit 57208af

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/dialogs/dialogs.ios.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -164,9 +164,9 @@ function createAlertController(options: DialogOptions & MDCAlertControlerOptions
164164
if (options.message) {
165165
alertController.message = options.message;
166166
}
167-
if (options.buttonFont) {
168-
alertController.buttonFont = options.buttonFont.getUIFont(alertController.buttonFont);
169-
}
167+
// if (options.buttonFont) {
168+
// alertController.buttonFont = options.buttonFont.getUIFont(alertController.buttonFont);
169+
// }
170170
if (options.messageFont) {
171171
alertController.messageFont = options.messageFont.getUIFont(alertController.messageFont);
172172
}

0 commit comments

Comments
 (0)