Update notification (#5956)

* Add icon for messaging

This will add icon within messaging

* Update messaging-room.message.vue

Link to missing icon

* Update notification.vue

fix renote icon in notification

https://github.com/syuilo/misskey/issues/5955
This commit is contained in:
okpierre 2020-02-16 06:21:05 -05:00 committed by GitHub
parent 714bcf28d5
commit 237f366aa2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -169,7 +169,7 @@ export default Vue.extend({
background: #36aed2;
}
&.retweet {
&.renote {
padding: 3px;
background: #36d298;
}