import { DefaultTheme } from 'react-native-paper'; export const theme = { ...DefaultTheme, colors: { ...DefaultTheme.colors, primary: '#4994EC', surface: '#4994EC', secondary: '#414757', error: '#f13a59', }, };