@hc.ds/mobile
Version:
Healthy Church Design System - HC Mobile
26 lines (24 loc) • 578 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.MinimizedViewTheme = void 0;
var _reactNative = require("react-native");
var _Colors = require("../Colors");
/**
* Theme map
*/
const MinimizedViewTheme = exports.MinimizedViewTheme = _reactNative.StyleSheet.create({
view: {
padding: 16,
backgroundColor: _Colors.Colors.primary[100],
display: 'flex',
flexDirection: 'row',
flexWrap: 'nowrap',
justifyContent: 'space-between'
},
flex: {
alignSelf: 'flex-start'
}
});
//# sourceMappingURL=theme.js.map