UNPKG
@malomohq/suede-button
Version:
latest (1.2.0)
1.2.0
1.1.0
1.0.0
Material Design buttons for React
github.com/malomohq/suede-button
malomohq/suede-button
@malomohq/suede-button
/
lib
/
colors.js
18 lines
(15 loc)
•
234 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
'use strict'
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
default
= {
disabled
:
'#9e9e9e'
,
contained
: {
disabled
: {
background
:
'#e0e0e0'
} },
outlined
: {
border
:
'#ccc'
} };