Picker.android.js 227 B

12345678910111213
  1. import variable from "./../variables/platform";
  2. export default (variables = variable) => {
  3. const pickerTheme = {
  4. ".note": {
  5. color: "#8F8E95"
  6. },
  7. width: 90,
  8. marginRight: -4
  9. };
  10. return pickerTheme;
  11. };