Adding a clear manifest

This commit is contained in:
Belen Curcio
2020-10-14 14:38:21 -03:00
parent 45b191c6bb
commit 745adb1b02
7 changed files with 33 additions and 1 deletions

View File

@@ -27,7 +27,7 @@ const Avatar: FC<Props> = ({}) => {
return (
<div
className="inline-block h-8 w-8 rounded-full border border-accent"
className="inline-block h-8 w-8 rounded-full border border-accent-8"
style={{
backgroundImage: `linear-gradient(140deg, ${bg[0]}, ${bg[1]} 100%)`,
}}