react-native-week-schedule-1
Version:
14 lines (12 loc) • 334 B
text/typescript
import type { IColors } from "react-native-week-schedule-1";
export const DEFAULT_COLORS: IColors = {
background: '#ffffff',
card: '#ffffff',
title: '#000000',
text: '#000000',
text_inverted: '#ffffff',
border: '#000000',
notification: '#000000',
primary: '#1D4ED8',
primary_active: '#1E40AF',
};