ship-components-typeahead
Version:
Material Design React Typeahead Component
15 lines (14 loc) • 341 B
JavaScript
/**
* CSS variables used in the CSS Module
* @type {Object}
*/
module.exports = {
'base-grid-size' : '4px',
'primary-color' : '#5e8aaa',
'accent-color' : '#38b889',
'warning-color' : '#d43c36',
'success-color' : '#50a111',
'primary-font-color': '#333',
'inverse-font-color': '#fff',
'primary-background-color' : '#fff'
};