chore: make colors less abrupt
This commit is contained in:
parent
5756ff038b
commit
26ae53f8bb
3 changed files with 6 additions and 4 deletions
|
@ -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,
|
||||
|
|
Reference in a new issue