UNPKG

react-native-lamantin

Version:

Set of components for https://lamantin.group development

16 lines (13 loc) 248 B
import { TextStyle } from 'react-native' export interface Theme { textPrimary: TextStyle textSecondary: TextStyle } export const defaultTheme: Theme = { textPrimary: { color: '#000', }, textSecondary: { color: '#666666', }, }