UNPKG

enx-uikit-react-native

Version:
21 lines (20 loc) 439 B
import { StyleSheet } from 'react-native'; const styles = StyleSheet.create({ bottomBar: { marginStart:15, marginEnd:15, marginBottom:20, flexDirection: 'row', backgroundColor: '#757575', height: 70, borderRadius:20, }, inlineImg: { width: 38, alignSelf: "center", height: 38, zIndex: 50, top: 10 } }); export { styles }