UNPKG

react-native-week-view

Version:
19 lines (16 loc) 306 B
import { StyleSheet } from 'react-native'; const styles = StyleSheet.create({ container: { // Matches CONTENT_TOP_PADDING but in Text size paddingTop: 10, }, label: { flex: 0, }, text: { fontSize: 12, textAlign: 'center', color: 'black', }, }); export default styles;