fixed ring color of orgs

11426-cal-2487-commercial-upgrade-screen-with-description-of-commercial-license-and-checkout-flow
Peer Richelsen 2023-09-18 21:00:39 +02:00
parent e3c504596b
commit 654e55e66c
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ const OrganizationAvatar = ({ size, imageSrc, alt, organizationSlug, ...rest }:
<img
src={`/org/${organizationSlug}/avatar.png`}
alt={alt}
className="flex h-full items-center justify-center rounded-full ring-2 ring-white"
className="dark:ring-darkgray-50 flex h-full items-center justify-center rounded-full ring-2 ring-white"
/>
</div>
) : null