UNPKG

react-native-material-buttons

Version:
20 lines (15 loc) 298 B
import { StyleSheet } from 'react-native'; const styles = StyleSheet.create({ container: { borderRadius: 2, justifyContent: 'space-around', }, shadeContainer: { ...StyleSheet.absoluteFillObject, overflow: 'hidden', }, shade: { flex: 1, }, }); export { styles };