chore: make colors less abrupt

This commit is contained in:
Cory Dransfeldt 2024-03-11 19:35:14 -07:00
parent 5756ff038b
commit 26ae53f8bb
No known key found for this signature in database
3 changed files with 6 additions and 4 deletions

View file

@ -14,7 +14,7 @@
border-radius: var(--rounded-full);
display: flex;
padding: var(--sizing-lg);
background-color: var(--color-lightest);
background-color: var(--white);
}
.avatar__wrapper,