ali322/CNodeRN

View on GitHub
app/theme/default.js

Summary

Maintainability
B
5 hrs
Test Coverage
export const styleConstants = {
  loadingColor: '#333333',
  loadMoreColor: '#333333',
  collectIconColor: '#333333',
  uncollectIconColor: '#999999',
  agreeIconColor: '#333333',
  disagreeIconColor: '#AAAAAA',
  publishLabelColor: '#333',
  tabBarItemColor: '#333',
  tabBarSelectedItemColor: 'blue'
}

export const htmlStyles = {
  p: {
    color: '#333',
    fontSize: 14
  },
  h1: { color: '#333', fontSize: 14 },
  h2: { color: '#333', fontSize: 14 },
  h3: { color: '#333', fontSize: 14 },
  h4: { color: '#333', fontSize: 14 },
  h5: { color: '#333', fontSize: 14 },
  h6: { color: '#333', fontSize: 14 },
  li: { color: '#333', fontSize: 14 }
}

export const styles = {}