import { StyleSheet } from 'react-native'; import Colors from '../Colors'; export const BATTERY_ICON_WIDTH = 28; export const BATTERY_ICON_HEIGHT = 13.43; export default StyleSheet.create({ container: { flexDirection: 'row', alignItems: 'center', backgroundColor: Colors.light02, paddingVertical: 4, paddingHorizontal: 8, borderRadius: 100, marginLeft: 8, }, label: { paddingLeft: 6, lineHeight: 16.94, }, });