ali322/CNodeRN

View on GitHub
app/module/common/stylesheet/constant.js

Summary

Maintainability
A
0 mins
Test Coverage
const constants = {
  loadingIconColor: '#3333333',
  collectIconColor: '#333333',
  uncollectIconColor: '#999999',
  agreeIconColor: '#333333',
  disagreeIconColor: '#AAAAAA'
}

export default constants