@hc.ds/mobile
Version:
Healthy Church Design System - HC Mobile
20 lines (19 loc) • 417 B
JavaScript
/**
* Theme map
*/
import { StyleSheet } from 'react-native';
import { Colors } from '../Colors';
export const MinimizedViewTheme = StyleSheet.create({
view: {
padding: 16,
backgroundColor: Colors.primary[100],
display: 'flex',
flexDirection: 'row',
flexWrap: 'nowrap',
justifyContent: 'space-between'
},
flex: {
alignSelf: 'flex-start'
}
});
//# sourceMappingURL=theme.js.map