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

Modal Close Button Text width #54

Closed wonderer007 closed 2 months ago

wonderer007 commented 4 months ago

How can I adjust Modal close button width

Screenshot 2024-02-21 at 11 21 52 PM
"react-native": "0.68.2"
"react-native-paper-select": "^1.1.0"
srivastavaanurag79 commented 3 months ago

dialogCloseButtonStyle is this not working ?

dialogCloseButtonStyle={{
          color: 'red',
          backgroundColor: 'yellow',
          padding: 10,
          borderRadius: 5,
        }}
        dialogDoneButtonStyle={{
          color: 'blue',
          backgroundColor: 'green',
          padding: 10,
          borderRadius: 5,
        }}