mirror of
https://github.com/vercel/commerce.git
synced 2025-07-30 13:41:22 +00:00
Changes
This commit is contained in:
@@ -27,7 +27,7 @@ const Avatar: FC<Props> = ({}) => {
|
||||
|
||||
return (
|
||||
<div
|
||||
className="inline-block h-8 w-8 rounded-full border border-accent-8"
|
||||
className="inline-block h-8 w-8 rounded-full border-2 border-accents-2"
|
||||
style={{
|
||||
backgroundImage: `linear-gradient(140deg, ${bg[0]}, ${bg[1]} 100%)`,
|
||||
}}
|
||||
|
Reference in New Issue
Block a user