UNPKG

@ysmood/material-ui

Version:

Material Design UI components built with React

23 lines (17 loc) 560 B
var Colors = require('./colors'); var Typography = function () { // text colors this.textFullBlack = Colors.fullBlack; this.textDarkBlack = Colors.darkBlack; this.textLightBlack = Colors.lightBlack; this.textMinBlack = Colors.minBlack; this.textFullWhite = Colors.fullWhite; this.textDarkWhite = Colors.darkWhite; this.textLightWhite = Colors.lightWhite; // font weight this.fontWeightLight = 300; this.fontWeightNormal = 400; this.fontWeightMedium = 500; this.fontStyleButtonFontSize = 14; }; module.exports = new Typography();