ThemesConfig.js 339 B

12345678910111213
  1. export const MyRefreshProps = {
  2. title: 'Pulldown to Refresh',
  3. titleColor: textCancel,
  4. colors: [colorAccent, colorPrimary],
  5. tintColor: colorAccent
  6. }
  7. export const UploadThemes = {
  8. cropperStatusBarColor: colorLight,
  9. cropperToolbarColor: colorLight,
  10. cropperToolbarWidgetColor: textDark,
  11. cropperActiveWidgetColor: colorAccent
  12. }