@niku/react-native-dropdown-select
Version:
A Dropdown select component for React Native
28 lines (24 loc) • 477 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.styles = void 0;
var _reactNative = require("react-native");
const styles = _reactNative.StyleSheet.create({
container: {
padding: 8
},
label: {},
activeContainer: {
backgroundColor: '#4285f4'
},
activeLabel: {
color: 'white',
fontWeight: 'bold'
},
disabledLabel: {
color: '#dddddd'
}
});
exports.styles = styles;
//# sourceMappingURL=styles.js.map