UNPKG

react-native-week-schedule-1

Version:
23 lines (22 loc) 577 B
"use strict"; import { StyleSheet } from 'react-native'; import { scaleFontSize, scaleHorizontal } from "../../utils/Utils.js"; import { grid } from "../../utils/grid.js"; export const getStyles = () => { return StyleSheet.create({ container: { overflow: 'visible' }, text: { fontSize: scaleFontSize(11), fontWeight: '400', textAlign: 'right', color: grid.colors.text, width: grid.cellWight, height: grid.cellHeight, paddingRight: scaleHorizontal(7), top: -7 } }); }; //# sourceMappingURL=styles.js.map