UNPKG

react-themable-hoc

Version:

React higher-order-components that allow for css-in-js-style themes.

21 lines (20 loc) 376 B
export default { lightTheme: { color: '#222', fontSize: 16, unit: 'px', background: '#FCFCFC' }, darkTheme: { color: '#ddd', fontSize: 1.2, unit: 'em', background: '#333' }, blueTheme: { color: 'white', fontSize: 16, unit: 'px', background: '#2196F3' } };