UNPKG

ignite-router-flux

Version:

Infinite Red's hot boilerplate for React Native.

21 lines (19 loc) 476 B
import { StyleSheet } from 'react-native' import { Fonts, Colors } from '../../Themes/' export default StyleSheet.create({ button: { marginVertical: 5, borderTopColor: Colors.fire, borderBottomColor: Colors.bloodOrange, borderTopWidth: 1, borderBottomWidth: 1, backgroundColor: Colors.ember }, buttonText: { margin: 18, textAlign: 'center', color: Colors.snow, fontSize: Fonts.size.medium, fontFamily: Fonts.type.bold } })