srivastavaanurag79 / react-native-paper-select

Dropdown using React Native Paper TextInput, Checkbox and Dialog
https://anurag-srivastava.gitbook.io/react-native-paper-select/
MIT License
48 stars 15 forks source link

Dialog button style individually configurable #32

Closed Thodor12 closed 1 year ago

Thodor12 commented 1 year ago

Currently it's not possible to separately style the close and done buttons. In my application I'm consistently holding to a "error" style for cancel buttons and a "primary" style for completion/save buttons. This is not doable if there's only 1 property available for setting the style for both buttons.

Suggested changes:

! This is a breaking change

Thodor12 commented 1 year ago

Superseded by #33