use scss variable for grey

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski 2019-05-14 23:03:02 +01:00
parent 3cd9c152c2
commit fd07b5c476

View file

@ -88,7 +88,7 @@ limitations under the License.
}
.mx_MemberList_invite.mx_AccessibleButton_disabled {
background-color: grey;
background-color: $greyed-fg-color;;
cursor: not-allowed;
}