UNPKG

moq-ui

Version:

Simple, customizable UI components built with React

21 lines (16 loc) 530 B
var Colors = require('./colors'); var typography = new (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; this.fontWeightLight = 300; this.fontWeightNormal = 400; this.fontWeightMedium = 500; this.fontStyleButtonFontSize = 14; }); module.exports = typography;