diff --git a/client/src/common/components/Button/styles.sass b/client/src/common/components/Button/styles.sass index b3cc63a..e1ef629 100644 --- a/client/src/common/components/Button/styles.sass +++ b/client/src/common/components/Button/styles.sass @@ -17,4 +17,8 @@ cursor: pointer &:hover - filter: brightness(1.2) \ No newline at end of file + filter: brightness(1.2) + + &:disabled + opacity: 0.5 + cursor: not-allowed \ No newline at end of file