import { ButtonCSS, addTypography } from 'polythene-css';

addTypography();

ButtonCSS.addStyle('.blue-button', {
  color_light_text: 'blue',
});