Update icons to use base09 where appropriate, calculate base09 by averaging bg and text colors.

This commit is contained in:
shpuld 2017-11-22 01:00:25 +02:00
parent 8020363680
commit 10be553910
7 changed files with 22 additions and 19 deletions

View file

@ -1,6 +1,6 @@
<template>
<div>
<i :class='classes' class='favorite-button fa' @click.prevent='favorite()'/>
<i :class='classes' class='favorite-button base09' @click.prevent='favorite()'/>
<span v-if='status.fave_num > 0'>{{status.fave_num}}</span>
</div>
</template>