native-base
Version:
Essential cross-platform UI components for React Native
28 lines (26 loc) • 419 B
text/typescript
const defaultProps = {
_statLabel: {
fontSize: 'xl',
},
_statNumber: {
fontSize: '4xl',
fontWeight: 'bold',
my: 2,
},
_statHelpText: {
_text: {
color: 'gray.500',
fontSize: 'xl',
},
flexDirection: 'row',
alignItems: 'center',
},
_statGroup: {
flexWrap: 'wrap',
space: 4,
justifyContent: 'space-between',
},
};
export default {
defaultProps,
};