Skip to content
Snippets Groups Projects
style.js 146 B
Newer Older
import { ButtonCSS, addTypography } from 'polythene-css';

addTypography();
Hermann's avatar
Hermann committed

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