diff --git a/src/components/Button.jsx b/src/components/Button.jsx index e7690074..294c47fd 100644 --- a/src/components/Button.jsx +++ b/src/components/Button.jsx @@ -15,6 +15,7 @@ class Button extends React.Component { render() { return + diff --git a/src/styles/_components.scss b/src/styles/_components.scss index 302ec528..58ab88f0 100644 --- a/src/styles/_components.scss +++ b/src/styles/_components.scss @@ -77,6 +77,12 @@ background-color: lighten($color-midgray, 12); color: $color-white; } + + &:disabled { + background-color: darken($color-midgray, 5); + color: $color-midgray; + cursor: not-allowed; + } } .maputnik-big-button {