Add spacing to star

This commit is contained in:
Oliver Davies 2018-12-24 15:10:35 +00:00
parent 7c04fce8b2
commit a34355e70e

View file

@ -12,7 +12,7 @@
</div>
</div>
<div>
<div class="ml-2">
<button type="button" @click="starred = !starred" class="text-orange focus:text-blue-dark focus:outline-none">
<svg class="h-6 w-6 fill-current" role="presentation"><use :xlink:href="`/img/icons.symbol.svg#state__${starred ? 'starred' : 'unstarred'}`"></use></svg>
</button>