theme.ts 181B

1234567891011
  1. import {DefaultTheme} from 'react-native-paper';
  2. export default {
  3. ...DefaultTheme,
  4. colors: {
  5. ...DefaultTheme.colors,
  6. primary: '#607d8b',
  7. accent: '#7b1fa2',
  8. },
  9. };