UNPKG

react-native-timetable

Version:
32 lines (29 loc) 541 B
import { StyleSheet } from 'react-native'; const styles = StyleSheet.create({ item: { // alignItems: 'center', position: 'absolute', paddingVertical: 2, paddingHorizontal: 2, borderRadius: 7, flex: 1, }, title: { color: '#322425', textAlign: 'left', fontSize: 13, }, description: { color: '#777', textAlign: 'left', fontSize: 9, }, location: { color: '#777', textAlign: 'left', paddingTop: 4, paddingBottom: 2, fontSize: 11, }, }); export default styles;