fixed dark mode avatar border (#4161)

pull/4136/head^2
Peer Richelsen 2022-09-05 12:27:40 +02:00 committed by GitHub
parent ae5030198c
commit b0a1902ca3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ export const UserAvatars = ({
const showMembers = !users.find((user) => user.name === profile.name) && props.showMembers;
return (
<AvatarGroup
border="border-2 dark:border-gray-800 border-white"
border="border-2 dark:border-darkgray-100 border-white"
items={
[
{ image: profile.image, alt: profile.name, title: profile.name },