diff options
| author | shpuld <shp@cock.li> | 2017-11-22 01:00:25 +0200 |
|---|---|---|
| committer | shpuld <shp@cock.li> | 2017-11-22 01:00:25 +0200 |
| commit | 10be553910f3e17ee64befbcd7318230afe674b6 (patch) | |
| tree | 2e76dc800b3a272065338ab24b926e3aeca137ed /src/components/retweet_button | |
| parent | 80203636803c3035a46d0d82c7778e4aff8d2612 (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.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> |
