joyent-portal/ui/src/shared/constants/typography.js

9 lines
168 B
JavaScript
Raw Normal View History

const colors = require('./colors');
const typography = {
abbrBorderColor: colors.brandSecondary,
textMuted: colors.brandSecondary
};
module.exports = typography;