ali322/CNodeRN

View on GitHub
app/theme/dark/module/topic.js

Summary

Maintainability
A
0 mins
Test Coverage
export default {
  topicComments: {
    borderTopColor: '#000'
  },
  topicComment: {
    borderBottomColor: '#000'
  },
  uncollectIcon: {
    color: '#999'
  },
  collectIcon: {
    color: '#FF3300'
  },
  disagreeIcon: {
    color: '#AAA'
  },
  agreeIcon: {
    color: 'dodgerblue'
  },
  replyInput: {
    color: '#FFF'
  },
  topicDesc: {
    backgroundColor: '#333'
  }
}