theme.js 188 Bytes
Newer Older
afc163's avatar
afc163 committed
1 2
// https://github.com/ant-design/ant-design/blob/master/components/style/themes/default.less
module.exports = {
afc163's avatar
afc163 committed
3
  // 'primary-color': '#10e99b',
niko's avatar
niko committed
4
  'card-actions-background': '#f5f8fa',
afc163's avatar
afc163 committed
5
};