UNPKG

@hc.ds/mobile

Version:
26 lines (24 loc) 578 B
"use strict"; 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