Added disabled states to buttons and inputs

This commit is contained in:
Mitchell McCaffrey 2020-04-14 16:03:19 +10:00
parent d40d5419dd
commit 5dc6a4ed32

View File

@ -177,6 +177,9 @@ export default {
"&:focus": {
outlineColor: "primary",
},
"&:disabled": {
backgroundColor: "muted",
},
},
},
buttons: {
@ -197,6 +200,10 @@ export default {
"&:active": {
borderColor: "primary",
},
"&:disabled": {
borderColor: "text",
opacity: 0.5,
},
},
secondary: {
color: "secondary",