4so-fourseasons/react-hoc-spinners

View on GitHub
src/config.js

Summary

Maintainability
A
0 mins
Test Coverage
// @flow

const colors = {
  primary: '#c8022f',
  secondary: '#333333'
}

export {
  colors
}