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

13 lines
182 B
JavaScript
Raw Normal View History

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