diff options
| author | lambda <pleromagit@rogerbraun.net> | 2017-11-24 07:29:49 +0000 |
|---|---|---|
| committer | lambda <pleromagit@rogerbraun.net> | 2017-11-24 07:29:49 +0000 |
| commit | 38cab5e4b695eea90b01c2866976960e9fc01128 (patch) | |
| tree | 5379c6f64290f9625ab0c97642501fa7060d4993 /src/components/retweet_button/retweet_button.vue | |
| parent | 1dfb8d14b21cac8a1349146df03d35c1d2ec6005 (diff) | |
| parent | 10be553910f3e17ee64befbcd7318230afe674b6 (diff) | |
Merge branch 'fix/better-icon-colors' into 'develop'
Update icons to use base09 where appropriate, calculate base09 by averaging bg and text colors.
See merge request pleroma/pleroma-fe!174
Diffstat (limited to 'src/components/retweet_button/retweet_button.vue')
| -rw-r--r-- | src/components/retweet_button/retweet_button.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/retweet_button/retweet_button.vue b/src/components/retweet_button/retweet_button.vue index d923c5c4..3226d5c6 100644 --- a/src/components/retweet_button/retweet_button.vue +++ b/src/components/retweet_button/retweet_button.vue @@ -1,6 +1,6 @@ <template> <div> - <i :class='classes' class='icon-retweet fa' v-on:click.prevent='retweet()'></i> + <i :class='classes' class='icon-retweet base09' v-on:click.prevent='retweet()'></i> <span v-if='status.repeat_num > 0'>{{status.repeat_num}}</span> </div> </template> |
