UNPKG

ignite-router-flux

Version:

Infinite Red's hot boilerplate for React Native.

21 lines (19 loc) 497 B
import { StyleSheet } from 'react-native' import { Fonts, Colors, Metrics } from '../../Themes/' export default StyleSheet.create({ button: { height: 45, borderRadius: 5, marginHorizontal: Metrics.section, marginVertical: Metrics.baseMargin, backgroundColor: Colors.fire, justifyContent: 'center' }, buttonText: { color: Colors.snow, textAlign: 'center', fontWeight: 'bold', fontSize: Fonts.size.medium, marginVertical: Metrics.baseMargin } })