Merge pull request #492 from nextcloud/bugfix/noid/login-theming

Always use primary color for buttons
This commit is contained in:
Julius Härtl 2020-12-09 17:10:32 +01:00 committed by GitHub
commit d7b4c89619
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,7 @@
}
.login-option {
background-color: var(--color-primary-element);
background-color: var(--color-primary);
border: 1px solid var(--color-primary-text);
font-weight: 600;
height: 40px;