UX: Change ignore button color (#7150)

This commit is contained in:
Tarek Khalil
2019-03-12 11:10:18 +00:00
committed by GitHub
parent 90965e1c18
commit db08b59eb2

View File

@@ -57,7 +57,7 @@
icon="far-eye"
label="user.unignore"}}
{{else}}
{{d-button class="btn-danger"
{{d-button class="btn-default"
action=(action "ignoreUser")
icon="eye-slash"
label="user.ignore"}}