| 12345678910111213 |
- export const MyRefreshProps = {
- title: 'Pulldown to Refresh',
- titleColor: textCancel,
- colors: [colorAccent, colorPrimary],
- tintColor: colorAccent
- }
- export const UploadThemes = {
- cropperStatusBarColor: colorLight,
- cropperToolbarColor: colorLight,
- cropperToolbarWidgetColor: textDark,
- cropperActiveWidgetColor: colorAccent
- }
|