hotwired / hotwire-native-ios

Hotwire Native for iOS
MIT License
73 stars 7 forks source link

Make confirm button blue, not red #20

Closed joemasilotti closed 6 months ago

joemasilotti commented 6 months ago

This PR changes the non-cancel button of the confirmation dialog from "destructive" (red) to "default" (blue), which covers more use-cases.

This is triggered with JavaScript via alert("Proceed with this action?"). Further customization should be done by subclassingWKUIController` or using a bridge component.

Before After
RocketSim_Screenshot_iPhone_15_Pro_6 1_2024-05-15_15 13 23 RocketSim_Screenshot_iPhone_15_Pro_6 1_2024-05-15_15 12 14