Hitungduit/constants/theme.ts
2026-04-18 15:39:27 +07:00

17 lines
303 B
TypeScript

export const COLORS = {
income: '#4CAF50',
expense: '#F44336',
background: '#F5F5F5',
card: '#FFFFFF',
text: '#333333',
textSecondary: '#666666',
border: '#E0E0E0',
primary: '#2196F3',
} as const;
export const FONTS = {
regular: 16,
small: 14,
large: 24,
xlarge: 32,
} as const;