fix(app/web): oauth color for light mode

This commit is contained in:
lowlighter
2022-08-17 19:51:26 -04:00
parent bba82cf253
commit cffc1609ea

View File

@@ -305,7 +305,7 @@
} }
.oauth-github { .oauth-github {
color: var(--color-btn-primary-text); color: var(--color-text-primary);
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
@@ -456,7 +456,7 @@
margin-bottom: 1rem; margin-bottom: 1rem;
} }
/* */ /* OAuth */
.badges-oauth { .badges-oauth {
display: flex; display: flex;
align-items: center ; align-items: center ;