UNPKG

@ecreeth/rn-ui

Version:

Highly customizable and theming components for React Native

15 lines (13 loc) 262 B
import { transparent, textSecondary, } from './colors'; import { fontSizeSubheading } from './dimens'; export default { Subtitle: { color: textSecondary, backgroundColor: transparent, fontSize: fontSizeSubheading, marginBottom: 2, }, };