appbaseio/reactivesearch

View on GitHub
site/demos/producthunt/src/styles/theme.js

Summary

Maintainability
A
45 mins
Test Coverage
const theme = {
    typography: {
        fontFamily: 'Lato, Helvetica, sans-serif',
    },
    colors: {
        primaryColor: 'tomato',
        secondaryColor: 'orangered',
        titleColor: 'tomato',
        lightGray: '#eff3f6',
        textColor: '#666',
    },
};

export default theme;