UNPKG

@8man/react-native-media-console

Version:
19 lines (18 loc) 400 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.styles = void 0; var _reactNative = require("react-native"); const styles = exports.styles = _reactNative.StyleSheet.create({ timer: { maxWidth: 160 }, timerText: { backgroundColor: 'transparent', color: '#FFF', fontWeight: '600', fontSize: 14 } }); //# sourceMappingURL=styles.js.map