@nexara/nativeflow
Version:
Beautiful, responsive, and customizable UI components for React Native – built for performance and seamless experiences.
17 lines (16 loc) • 433 B
JavaScript
export const DefaultTheme = {
THEME_PRIMARY_COLOR: '#fff',
THEME_SECONDARY_COLOR: '#000',
TEXT_PRIMARY_COLOR: '#000',
TEXT_SECONDARY_COLOR: '#64748B',
TEXT_TARTARY_COLOR: '#fff',
INPUT_BACKGROUND_COLOR: '#fff',
INPUT_STROKE_COLOR: '#cbd5e1',
INPUT_PLACEHOLDER_COLOR: '#D3D3D3',
DISABLE: '#8080805e',
DANGER: '#ED2939',
SUCCESS: '#32CD32',
WARNING: '#ffbf00'
};
//# sourceMappingURL=theme.js.map
;