Fixed onboarding primary button color (#6796)

This commit is contained in:
Nick Taylor 2020-03-24 15:58:06 -04:00 committed by GitHub
parent 8b82de8118
commit 1de0f6fbab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -131,6 +131,7 @@
}
.next-button {
color: var(--button-primary-color);
background: var(--button-primary-bg);
float: right;
}