UNPKG

@anatolyk/react-native-week-view

Version:
14 lines (11 loc) 254 B
import { StyleSheet } from 'react-native' import { WIDTH } from '../utils' const styles = StyleSheet.create({ title: { justifyContent: 'center', alignItems: 'center', width: WIDTH / 8, borderTopWidth: 1, }, }) export default styles