UNPKG

@niku/react-native-dropdown-select

Version:
13 lines (11 loc) 214 B
import { StyleSheet } from 'react-native'; export const styles = StyleSheet.create({ container: { backgroundColor: 'red', }, title: { padding: 8, paddingLeft: 0, fontWeight: 'bold', }, });