Skip to content

Commit

Permalink
feat(devtool): added color constants for debug, info, warn and error
Browse files Browse the repository at this point in the history
  • Loading branch information
aeddi committed Nov 24, 2018
1 parent 4ef4524 commit 5e2d1ce
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions client/react-native/common/constants/colors.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,11 @@ export default {
primary: '#00DAEE',
secondary: '#f1f1fc',
success: '#15D09D',
warning: '#FFD665',
error: '#F00062',

debug: '#3385FF',
info: '#33CC33',
warning: '#FF9933',
error: '#FF3333',

background: '#FAFAFE',

Expand Down

0 comments on commit 5e2d1ce

Please sign in to comment.