UNPKG

@niku/react-native-dropdown-select

Version:
28 lines (24 loc) 477 B
"use strict"; 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