UNPKG

@ecreeth/rn-ui

Version:

Highly customizable and theming components for React Native

13 lines (11 loc) 252 B
import { textPrimary } from './colors'; import { fontSizeTitle } from './dimens'; export default { Title: { backgroundColor: 'transparent', color: textPrimary, fontSize: fontSizeTitle, fontWeight: '500', marginBottom: 4, }, };