fix: primary button color (#1297)

This commit is contained in:
Max Peintner 2021-02-17 14:34:45 +01:00 committed by GitHub
parent a555d6aaaf
commit 1e90e9ca03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@
{{t "Actions.Cancel"}}
</a>
<span class="fill-space"></span>
<button class="lgn-raised-button" type="submit">{{t "Actions.Next"}}</button>
<button class="lgn-raised-button lgn-primary" type="submit">{{t "Actions.Next"}}</button>
</div>
</form>