UNPKG

@anatolyk/react-native-week-view

Version:
22 lines (19 loc) 380 B
import { StyleSheet } from 'react-native' const styles = StyleSheet.create({ item: { alignItems: 'center', position: 'absolute', borderRadius: 0, flex: 1, overflow: 'hidden', marginLeft: 2, }, description: { marginVertical: 8, marginHorizontal: 2, color: '#fff', textAlign: 'center', fontSize: 15, }, }) export default styles