UNPKG

react-howl

Version:
17 lines (13 loc) 273 B
import { withStyles } from ':styles'; import Bar from ':components/Bar'; export default withStyles((theme) => ({ container: { background: theme.colors.primary.color, }, button: { background: 'white', }, text: { background: 'orange', }, }))(Bar);