Revert "chore: make colors less abrupt"

This reverts commit 26ae53f8bb.
This commit is contained in:
Cory Dransfeldt 2024-03-12 08:56:39 -07:00
parent f95a6af3e6
commit 57910f7554
No known key found for this signature in database
3 changed files with 4 additions and 6 deletions

View file

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