Updated theme for secondary button
This commit is contained in:
parent
a3b32adbdd
commit
0a6198a8cc
19
src/theme.js
19
src/theme.js
@ -206,12 +206,23 @@ export default {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
secondary: {
|
secondary: {
|
||||||
color: "secondary",
|
color: "text",
|
||||||
bg: "transparent",
|
bg: "transparent",
|
||||||
borderStyle: "solid",
|
border: "none",
|
||||||
borderWidth: "1px",
|
|
||||||
borderColor: "text",
|
|
||||||
fontFamily: "body",
|
fontFamily: "body",
|
||||||
|
"&:focus": {
|
||||||
|
outline: "none",
|
||||||
|
},
|
||||||
|
"&:disabled": {
|
||||||
|
opacity: 0.5,
|
||||||
|
},
|
||||||
|
"&:hover": {
|
||||||
|
color: "primary",
|
||||||
|
cursor: "pointer",
|
||||||
|
},
|
||||||
|
"&:active": {
|
||||||
|
color: "secondary",
|
||||||
|
},
|
||||||
},
|
},
|
||||||
icon: {
|
icon: {
|
||||||
"&:hover": {
|
"&:hover": {
|
||||||
|
Loading…
Reference in New Issue
Block a user