react-native-picker-select icon indicating copy to clipboard operation
react-native-picker-select copied to clipboard

Chevron color not changing

Open iqbalhusen opened this issue 4 years ago • 2 comments

I tried style={{chevron: {color: 'red'}}}, but it has no effect.

Screenshot 2021-09-08 at 15 50 46

iqbalhusen avatar Sep 08 '21 10:09 iqbalhusen

Try using this for up chevron and the same for down one too!

 chevronUp: {
              fontSize: 0,
              color: 'white',
            },

rizwanatta avatar Sep 15 '21 18:09 rizwanatta

@rizwanatta unfortunately you cannot pass in color to the chevronUp style as it's of type ViewStyle rather than TextStyle.

jcerone-boom avatar May 10 '22 15:05 jcerone-boom