UNPKG
@ecreeth/rn-ui
Version:
latest (1.0.9)
1.0.9
1.0.8
1.0.7
1.0.6
Highly customizable and theming components for React Native
github.com/ecreeth/rn-ui
ecreeth/rn-ui
@ecreeth/rn-ui
/
src
/
resources
/
themes
/
default
/
_title.js
13 lines
(11 loc)
•
252 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
import
{ textPrimary }
from
'./colors'
;
import
{ fontSizeTitle }
from
'./dimens'
;
export
default
{
Title
: {
backgroundColor
:
'transparent'
,
color
: textPrimary,
fontSize
: fontSizeTitle,
fontWeight
:
'500'
,
marginBottom
:
4
, }, };