mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-24 23:48:13 -05:00
Made placeholder avatar less contrasty
This commit is contained in:
parent
00d6d2cc43
commit
3f7f63ede4
1 changed files with 1 additions and 1 deletions
|
@ -269,7 +269,7 @@ function AuthorAvatar({name, avatar}) {
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
return (
|
return (
|
||||||
<div className='rounded-full bg-neutral-200 w-6 h-6 mr-2 flex items-center justify-center'><span className="text-neutral-500">{Character}</span></div>
|
<div className='rounded-full bg-neutral-200 w-6 h-6 mr-2 flex items-center justify-center font-bold'><span className="text-neutral-400">{Character}</span></div>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue