application-amicale/native-base-theme/components/Picker.js
2020-01-28 20:07:21 +01:00

14 lines
188 B
JavaScript

// @flow
export default () => {
const pickerTheme = {
'.note': {
color: '#8F8E95'
},
// width: 90,
marginRight: -4,
flexGrow: 1
};
return pickerTheme;
};