UNPKG

@ecreeth/rn-ui

Version:

Highly customizable and theming components for React Native

22 lines (20 loc) 356 B
import { // transparent, // white, textPrimary, } from './colors'; export default { ListSection: { minHeight: 10, paddingLeft: 16, paddingRight: 16, justifyContent: 'center', }, ListSectionTitle: { backgroundColor: 'transparent', color: textPrimary, fontSize: 12, paddingTop: 10, paddingBottom: 10, }, };