UNPKG

@questlabs/react-native-sdk

Version:
51 lines (50 loc) 1.5 kB
import {StyleSheet} from 'react-native' export const styles = StyleSheet.create({ mainViewStyle:{ padding: 20, flex: 1 }, headerViewStyle:{}, headerTextStyle:{ textAlign: "center", fontSize: 22, fontWeight: "700", color: "#141414", }, detailsViewStyle:{ alignItems: "center", justifyContent: "center" }, customRatingBarStyle: { flexDirection: "row", marginVertical: 10, }, detailsTextStyle:{ width: 264, textAlign: "center", fontSize: 14, fontWeight: "400", color: "#333", }, inputMainViewStyle:{ justifyContent: "center", marginTop: 20 }, ImageViewStyle:{ marginHorizontal: 5 }, inputBoxTitleViewStyle:{ marginVertical: 20 }, inputBoxTitleTextStyle:{ fontSize: 16, fontWeight: "400", color: "#545454" }, ErrorTextStyle:{color:"red",fontSize:12,fontWeight:'500'}, inputBoxStyle:{ fontSize: 16, fontWeight: "400", color: "black", padding: 12, backgroundColor: "#F6F6F6", borderRadius: 8, marginBottom:5 }, ratingOutterView:{ marginVertical: 20 }, ratingTextStyle:{ fontSize: 18, fontWeight: "400", color: "#141414" }, starViewStyle:{}, buttonOutterViewStyle: { flex: 1, justifyContent: "flex-end" }, buttonStyle:{ paddingVertical: 22, paddingHorizontal: 44, backgroundColor: "#141414", borderRadius: 8, justifyContent: "center", alignItems: "center", }, buttonTextStyle:{ color: "#FFF", fontSize: 18, fontWeight: "600" } });