UNPKG
@ovine-eason/core
Version:
latest (0.3.2)
0.3.2
0.3.1
0.3.0
0.2.9
0.2.8
0.2.7
0.2.6
0.1.9
Build flexible admin system with json.
CareyToboo/ovine
@ovine-eason/core
/
lib
/
styled
/
themes
/
antd.js
13 lines
(12 loc)
•
264 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
export
const
antdTheme = {
ns
:
'antd-'
,
name
:
'antd'
,
text
:
'ANTD'
,
colors
: {
bodyBg
:
'#fff'
,
text
:
'#666'
,
layoutHeaderBg
:
'#f5f5f5'
,
linkHover
:
'rgb(18, 140, 238)'
,
border
:
'#e8ebee'
, }, };