* add with-theme hoc * add dark theme styles for components * add toggle theme button to the dev demo page * add info about widget themes to README
8 lines
206 B
JavaScript
8 lines
206 B
JavaScript
import withTheme from 'components/with-theme';
|
|
import AvatarIcon from './avatar-icon';
|
|
|
|
export default withTheme(AvatarIcon);
|
|
|
|
require('./avatar-icon.scss');
|
|
require('./_default/avatar-icon_default.scss');
|