UNPKG

react-native-autocomplete-dropdown

Version:

Dropdown Item picker with search and autocomplete (typeahead) functionality for react native

25 lines (24 loc) 602 B
"use strict"; export const light = { inputBackgroundColor: '#e5ecf2', inputPlaceholderColor: '#00000066', inputTextColor: '#333', suggestionsListBackgroundColor: '#fff', itemSeparatorColor: '#ddd', shadowColor: '#00000099', listItemTextColor: '#333' }; export const dark = { inputBackgroundColor: '#1c1c1e', inputPlaceholderColor: '#767680', inputTextColor: '#fff', suggestionsListBackgroundColor: '#151516', itemSeparatorColor: '#3e3e41', shadowColor: '#919aaa5d', listItemTextColor: '#dbdddf' }; export const theme = { light, dark }; //# sourceMappingURL=theme.js.map