theme.js 289 B

123456789101112
  1. module.exports = {
  2. brand_primary: '#03C762',
  3. search_bar_fill: '#ffffff',
  4. search_bar_height: 52,
  5. search_bar_input_height: 32,
  6. //color_link: 'red',
  7. //border_color_base: 'green',
  8. section_color: '#f8f8f8',
  9. section_height: 8,
  10. divider_color: '#f8f8f8',
  11. };