outline mute button

pull/1/head
David Benqué 2019-12-19 14:48:57 +00:00
parent 361292ff01
commit dc47091637
1 changed files with 1 additions and 1 deletions

View File

@ -292,7 +292,7 @@ define([
}).appendTo($mute);
return;
}
var muteButton = h('button.btn.btn-danger.cp-app-profile-friend-request', [
var muteButton = h('button.btn.btn-danger-outline.cp-app-profile-friend-request', [
h('i.fa.fa-bell-slash'),
Messages.contacts_mute || 'mute'
]);