fix(admin-ui): Eliminate purple from most-visible components (#3639)

This commit is contained in:
Oliver Windall Juhl
2023-03-30 12:50:33 +02:00
committed by GitHub
parent 5e405be02c
commit 851a981880
7 changed files with 7 additions and 7 deletions
@@ -421,7 +421,7 @@ const DraftOrderDetails = () => {
<Avatar
user={cart?.customer}
font="inter-large-semibold"
color="bg-fuschia-40"
color="bg-grey-80"
/>
</div>
<div>
@@ -285,7 +285,7 @@ const Summary = () => {
<div className="flex items-center">
<div className="mr-3 h-5 w-5">
<Avatar
color="bg-fuschia-40"
color="bg-grey-80"
user={{
email,
first_name: shipping?.first_name,