import type { DefaultTheme } from '../types'; const defaultThemeLight: DefaultTheme = { actionButtonColor: { cancel: '#666', default: '#4695eb', destructive: '#eb6868', }, cardBackgroundColor: '#eee', lineColor: '#ddd', overlayBackgroundColor: 'rgba(0, 0, 0, 0.8)', textColor: '#333', titleTextColor: '#000', }; export default defaultThemeLight;