UNPKG

501 BJavaScriptView Raw
1
2 import {
3 variables,
4} from 'native-base';
5export const Colors = {
6 Color5: '#FF595E',
7 Start: '#8AC926',
8 End: '#FF595E',
9 White: '#ffffff',
10 Grey: '#aaaaaa',
11 BorderColor: '#aaaaaa33',
12 Moving: '#1982C4',
13 Success: '#9BC53D',
14 Danger: 'red',
15 Warning: '#FDE74C',
16 Dark: '#404E4D',
17 LighterDark: '#8C9494',
18 HeroBlue: '#1452A7',
19 PlaceHolderText: '#F2F2F2',
20 ShadowColor: '#A8A8A8',
21 Active: variables.btnPrimaryBg
22};
23
24console.log(variables);
\No newline at end of file