import { StyleSheet } from 'react-native'; import Colors from '../Colors'; export default StyleSheet.create({ container: { marginTop: 16, elevation: 6, backgroundColor: Colors.white, borderRadius: 8, }, touchable: { justifyContent: 'space-between', padding: 16, }, titleBoxColor: { color: Colors.darkFont, }, firmwareView: { flexDirection: 'row', justifyContent: 'space-between', marginTop: 12, }, firmwareViewTop: { flexDirection: 'row', justifyContent: 'space-between', marginBottom: 12, }, row: { flexDirection: 'row', alignItems: 'center', }, dot: { marginLeft: 8, }, cardBottom: { width: '100%', paddingBottom: 9, }, badge: { borderRadius: 10, height: 20, }, });