UNPKG

react-native-schedule-week-view

Version:
18 lines (15 loc) 256 B
import { StyleSheet } from 'react-native'; const styles = StyleSheet.create({ columnContainer: { paddingTop: 10, width: 60, }, label: { flex: -1, }, text: { fontSize: 12, textAlign: 'center', }, }); export default styles;