Address PR comments

This commit is contained in:
Amruta Chitnis
2016-12-01 14:06:08 -08:00
parent 577d1af029
commit b7439d1a75
8 changed files with 50 additions and 51 deletions

View File

@@ -6,7 +6,7 @@
{{ range $c := .Connectors }}
<div class="theme-form-row">
<a href="{{ $c.URL }}?req={{ $.AuthReqID }}" target="_self">
<button class="dex-btn dex-btn-provider">
<button class="dex-btn theme-btn-provider">
<span class="dex-btn-icon dex-btn-icon--{{ $c.ID }}"></span>
<span class="dex-btn-text">Log in with {{ $c.Name }}</span>
</button>