UNPKG

@ecreeth/rn-ui

Version:

Highly customizable and theming components for React Native

14 lines (12 loc) 225 B
import { transparent, textSecondary, } from './colors'; import { fontSizeBody } from './dimens'; export default { Text: { backgroundColor: transparent, color: textSecondary, fontSize: fontSizeBody, }, };