Changes in enabled external services

This commit is contained in:
vjrj 2017-11-15 19:58:41 +01:00
parent eb9c85fca1
commit bdad1d5930
3 changed files with 5 additions and 5 deletions

View file

@ -38,7 +38,7 @@ const serviceLabel = {
const OAuthLoginButton = ({ service, callback }) => (
<button
className={`OAuthLoginButton OAuthLoginButton-${service}`}
className={`btn btn-raised btn-danger OAuthLoginButton OAuthLoginButton-${service}`}
type="button"
onClick={() => handleLogin(service, callback)}
>