@nexara/nativeflow
Version:
Beautiful, responsive, and customizable UI components for React Native – built for performance and seamless experiences.
21 lines (20 loc) • 545 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.DefaultTheme = void 0;
const DefaultTheme = exports.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