Skip to content

3.1.0

Compare
Choose a tag to compare
@testshallpass testshallpass released this 30 Sep 02:33
  • Add props defaultContainer and defaultTextContainer these are inner containers and can be used to override styles for predefined types.

For example, paddingTop:

<DropdownAlert defaultContainer={{flexDirection: 'row', padding: 8, paddingTop: 40}} />