Files
freeCodeCamp/dashboard-client/src/theme/index.js
2018-12-05 11:23:55 +05:30

6 lines
63 B
JavaScript

const theme = {
primary: '#006400'
};
export default theme;