ali322/CNodeRN

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

Summary

Maintainability
A
0 mins
Test Coverage
export default {
  container: {
    backgroundColor: '#353535'
  },
  topicCell: {
    backgroundColor: 'transparent'
  },
  topicMintitleText: {
    // color:"#999"
  },
  topicSubtitleText: {
    // color:"#999"
  },
  cellSeparator: {
    backgroundColor: '#000'
  },
  topicTag: {
    // backgroundColor:"#555"
  },
  topicTagText: {
    // color:"#999"
  },
  cellSubtitleText: {
    // color:"#999"
  },
  cellAccessory: {
    backgroundColor: '#555'
  },
  cellAccessoryText: {
    // color:"#999"
  },
  topicReply: {
    color: '#999'
  },
  topicTitleText: {
    color: '#999'
  }
}