UNPKG

@questlabs/react-native-sdk

Version:
46 lines (45 loc) 1.29 kB
import { StyleSheet } from "react-native"; export const styles = StyleSheet.create({ BtnContainer:{ borderRadius: 10, borderWidth: 1, borderColor: "red", paddingVertical: 8, paddingHorizontal: 20, justifyContent: "center", }, BtnText:{ color:'white', fontSize:18, alignItems:'center', justifyContent:'center', textAlign:'center' }, BoxContainer:{ backgroundColor: "black", borderWidth: 1, borderRadius: 20, padding: 20, width: 380, marginHorizontal: 5, }, HeadingView:{}, HeadingText:{ color: "white", textAlign: "center", fontSize: 20 }, BoxDescription:{ flexWrap: "wrap", justifyContent: "center", alignItems: "center", }, DescriptionText:{ color: "white", textAlign: "center", padding: 20 }, BtnView:{ justifyContent: "center", alignItems: "center" }, Line:{ borderWidth: 1, borderColor: "white", borderStyle: "dashed", marginVertical: 10, }, Features:{}, FeatureText:{ color: "white" }, ListView:{ marginTop:20 }, ListText:{ color: "yellow" } });