f-react-native-schedule
Version:
Flexible scheduling library with more built-in features and enhanced customization options
30 lines (26 loc) • 526 B
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _reactNative = require("react-native");
var _default = _reactNative.StyleSheet.create({
container: {
width: 80
},
card: {
flex: 1,
alignItems: 'center',
justifyContent: 'center',
height: 80,
width: 80,
borderRightWidth: 1,
borderTopWidth: 1,
borderColor: '#ebedf2'
},
hour: {
color: '#b5b5c3'
}
});
exports.default = _default;
//# sourceMappingURL=styles.js.map