You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This does not align with what I want, for instance here:
Yes should be destructive in this case and no should either be normal or cancel. I know that Android does not have this, but it would be nice to have the possibility to change the style of the two buttons on iOS.
The text was updated successfully, but these errors were encountered:
I've just tried the
AdaptiveAlertDialog
on iOS and I was surprised that the cancel button on iOS has a destructive style: https://github.com/MohamedRejeb/Calf/blob/fed7e623f03fdbcfeb53873a30595a1f529606d7/calf-ui/src/iosMain/kotlin/com/mohamedrejeb/calf/ui/dialog/AlertDialogManager.kt#L67C25-L67C54This does not align with what I want, for instance here:
Yes
should bedestructive
in this case andno
should either benormal
orcancel
. I know that Android does not have this, but it would be nice to have the possibility to change the style of the two buttons on iOS.The text was updated successfully, but these errors were encountered: