UNPKG

@questlabs/react-native-sdk

Version:
19 lines (18 loc) 401 B
import { StyleSheet } from "react-native"; export const styles = StyleSheet.create({ BtnContainer:{ borderRadius: 10, borderWidth: 1, borderColor: "red", width: "100%", paddingVertical: 16, paddingHorizontal: 20, justifyContent: "center", }, BtnText:{ color:'black', fontSize:18, alignItems:'center', justifyContent:'center' } });