@questlabs/react-native-sdk
Version:
Quest react native sdk
37 lines (36 loc) • 913 B
text/typescript
import { StyleSheet } from "react-native";
export const styles = StyleSheet.create({
customRatingMainView:{
flexDirection: "row",
flexWrap:"wrap",
justifyContent: "center",
alignItems: "center",
gap: 12,
},
numberViewStyle:{
borderRadius: 10,
borderWidth: 1,
paddingHorizontal: 12,
paddingVertical: 12,
},
numberTextStyle:{
fontSize: 14,
fontWeight: "500",
lineHeight: 20,
width: 20,
textAlign: "center",
},
descriptionViewStyle:{
marginTop: 8,
flexDirection: "row",
justifyContent: "space-between",
alignItems: "center",
},
// notLikeTextStyle:,
perfactTextStyle:{
fontSize: 12,
fontWeight: "400",
lineHeight: 16,
color: "#B9B9B9",
},
})