UNPKG
swgs
Version:
latest (3.3.0)
3.3.0
swgs is a compatiblity layer between svg and react-native-svg
msand/swgs
swgs
/
crna-example
/
constants
/
Colors.js
15 lines
(13 loc)
•
298 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
const
tintColor =
'#2f95dc'
;
export
default
{ tintColor,
tabIconDefault
:
'#ccc'
,
tabIconSelected
: tintColor,
tabBar
:
'#fefefe'
,
errorBackground
:
'red'
,
errorText
:
'#fff'
,
warningBackground
:
'#EAEB5E'
,
warningText
:
'#666804'
,
noticeBackground
: tintColor,
noticeText
:
'#fff'
, };