Always use primary color for buttons

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl 2020-12-02 14:45:43 +01:00
parent 44e9d702c0
commit 9fb635dd17
No known key found for this signature in database
GPG Key ID: 4C614C6ED2CDE6DF
1 changed files with 1 additions and 1 deletions

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;