Skip to content

Commit a60bf56

Browse files
committed
update colors
1 parent 6196b5c commit a60bf56

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

App/Theme/Colors.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,8 @@
77

88
export default {
99
transparent: 'rgba(0,0,0,0)',
10-
white: '#FFF',
11-
darkWhite: '#FCFCFC',
10+
//Example colors:
1211
text: '#212529',
13-
border: '#979797',
14-
main: '#54B256',
15-
header: '#2ED276',
1612
primary: '#007bff',
1713
success: '#28a745',
1814
error: '#dc3545',

App/Theme/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ import Images from './Images'
55
import ApplicationStyles from './ApplicationStyles'
66
import Helpers from './Helpers'
77

8-
export { Colors, Fonts, Images, Metrics, ApplicationStyles }
8+
export { Colors, Fonts, Images, Metrics, ApplicationStyles, Helpers }

0 commit comments

Comments
 (0)