@niku/react-native-dropdown-select
Version:
A Dropdown select component for React Native
18 lines • 337 B
JavaScript
import { StyleSheet } from 'react-native';
export const styles = StyleSheet.create({
container: {
padding: 8
},
label: {},
activeContainer: {
backgroundColor: '#4285f4'
},
activeLabel: {
color: 'white',
fontWeight: 'bold'
},
disabledLabel: {
color: '#dddddd'
}
});
//# sourceMappingURL=styles.js.map