import { DefaultTheme } from '@react-navigation/native'; export const lightTheme = { ...DefaultTheme, colors: { ...DefaultTheme.colors, secondaryCard: '#CCC', secondaryText: '#7A7A7A', }, };