UNPKG
@idares-ui/react
Version:
latest (0.0.11)
0.0.11
idares-ui.netlify.app
eioluseyi/idares-ui
@idares-ui/react
/
dist
/
esm
/
ui-components
/
pagination
/
utils
/
theme.js
16 lines
•
309 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
export
var
theme = {
colors
: {
white
:
"#fff"
,
black
:
"#000"
,
primary
:
"#7A0000"
,
grey
:
"#D4D4D4"
},
sizes
: {
xs
:
"12px"
,
sm
:
"14px"
,
md
:
"16px"
,
lg
:
"18px"
,
xl
:
"20px"
} };
//# sourceMappingURL=theme.js.map