diff --git a/components/submit.js b/components/submit.js index 764cb82c..c406f6ec 100644 --- a/components/submit.js +++ b/components/submit.js @@ -18,6 +18,10 @@ const bg = { bg: 'orange', backgroundImage: theme.util.gx('orange', 'red'), boxShadow: `0 0 0 1px ${theme.colors.white}, 0 0 0 4px ${theme.colors.primary}` + }, + disabled: { + bg: 'gray', + backgroundImage: theme.util.gx('gray', 'gray'), } } @@ -37,6 +41,7 @@ const Submit = ({ }, width = '100%', sx, + disabled, ...props }) => (