vega-frontend-monorepo/libs/tailwindcss-config/src/theme-lite.js

21 lines
410 B
JavaScript
Raw Normal View History

const theme = require('./theme');
module.exports = {
...theme,
colors: {
...theme.colors,
offBlack: '#252525',
midGrey: '#828282',
borderGrey: '#4f4f4f',
lightGrey: '#F2F2F2',
yellow: '#DFFF0B',
mint: '#00F780',
pink: '#FF077F',
blue: '#2E6DE5',
},
fontSize: {
...theme.fontSize,
capMenu: ['15px', { lineHeight: '24px', letterSpacing: '-0.01em' }],
},
};