style tweak to user avatar image
This commit is contained in:
parent
b1db7ac312
commit
ac87fdff97
1 changed files with 1 additions and 1 deletions
|
@ -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)}"
|
||||
/>
|
||||
|
|
Loading…
Reference in a new issue