UNPKG

@8man/react-native-media-console

Version:
37 lines (36 loc) 697 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({ container: { alignItems: 'center', justifyContent: 'flex-start', flexDirection: 'row', height: 1, marginLeft: 20, marginRight: 20, width: 150 }, track: { backgroundColor: '#333', height: 1, marginLeft: 7 }, fill: { backgroundColor: '#FFF', height: 1 }, handle: { position: 'absolute', marginTop: -24, marginLeft: -24, padding: 16 }, icon: { marginLeft: 7 } }); //# sourceMappingURL=styles.js.map