style tweak to user avatar image

This commit is contained in:
Danny Coates 2018-12-18 12:50:01 -08:00
parent b1db7ac312
commit ac87fdff97
No known key found for this signature in database
GPG Key ID: 4C442633C62E00CB

View File

@ -75,7 +75,7 @@ class Account extends Component {
<input
type="image"
alt="${user.email}"
class="w-8 h-8 rounded-full text-white"
class="w-8 h-8 rounded-full border text-blue md:text-white"
src="${user.avatar}"
onclick="${e => this.avatarClick(e)}"
/>