Skip to content

Commit 6196b5c

Browse files
committed
updated colors
1 parent 9a9851e commit 6196b5c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

App/Theme/Colors.js

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

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

0 commit comments

Comments
 (0)