UNPKG

react-native-rasa

Version:

An simple react native project intergrate with Rasa Open Source

48 lines (46 loc) 850 B
import {StyleSheet} from 'react-native'; import {Colors} from 'react-native/Libraries/NewAppScreen'; export default StyleSheet.create({ container: { flex: 1, }, messageButton: { flexDirection: 'row', }, scrollView: { backgroundColor: Colors.lighter, }, engine: { position: 'absolute', right: 0, }, body: { backgroundColor: Colors.white, }, sectionContainer: { marginTop: 32, paddingHorizontal: 24, }, sectionTitle: { fontSize: 24, fontWeight: '600', color: Colors.black, }, sectionDescription: { marginTop: 8, fontSize: 18, fontWeight: '400', color: Colors.dark, }, highlight: { fontWeight: '700', }, footer: { color: Colors.dark, fontSize: 12, fontWeight: '600', padding: 4, paddingRight: 12, textAlign: 'right', }, });