import { StyleSheet } from 'react-native'; import { Radius, Spacing, Colors } from '../Consts'; export default StyleSheet.create({ radio: { height: 20, width: 20, borderRadius: Radius.M, }, container: { flex: 1 }, radioText: { marginRight: Spacing.M, }, debugBaseLine: { borderWidth: 1, borderColor: Colors.green_06 }, });