Updated theme for secondary button

This commit is contained in:
Mitchell McCaffrey 2020-04-15 12:49:56 +10:00
parent a3b32adbdd
commit 0a6198a8cc

View File

@ -206,12 +206,23 @@ export default {
},
},
secondary: {
color: "secondary",
color: "text",
bg: "transparent",
borderStyle: "solid",
borderWidth: "1px",
borderColor: "text",
border: "none",
fontFamily: "body",
"&:focus": {
outline: "none",
},
"&:disabled": {
opacity: 0.5,
},
"&:hover": {
color: "primary",
cursor: "pointer",
},
"&:active": {
color: "secondary",
},
},
icon: {
"&:hover": {