aboutsummaryrefslogtreecommitdiff
path: root/src/components/retweet_button
diff options
context:
space:
mode:
authorshpuld <shp@cock.li>2017-11-22 01:00:25 +0200
committershpuld <shp@cock.li>2017-11-22 01:00:25 +0200
commit10be553910f3e17ee64befbcd7318230afe674b6 (patch)
tree2e76dc800b3a272065338ab24b926e3aeca137ed /src/components/retweet_button
parent80203636803c3035a46d0d82c7778e4aff8d2612 (diff)
Update icons to use base09 where appropriate, calculate base09 by averaging bg and text colors.
Diffstat (limited to 'src/components/retweet_button')
-rw-r--r--src/components/retweet_button/retweet_button.vue2
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>