Fix text colour

This commit is contained in:
Oliver Davies 2019-03-15 14:12:30 +00:00
parent 46a1271ea0
commit 91493621f3

View file

@ -22,7 +22,7 @@
:key="item.subject"
type="button"
class="hover:underline focus:underline mr-6 focus:outline-none"
:class="[ i === selected ? 'text-grey-darkest' : 'text-blue-3' ]"
:class="[ i === selected ? 'text-grey-7' : 'text-blue-3' ]"
@click="selected = i"
>{{ item.subject }}</button>
</div>