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: { 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": {