nice taking out the white border...coming along really well together

This commit is contained in:
talksik
2022-05-01 14:15:31 -05:00
parent 9e6f348b81
commit 78e247732c
4 changed files with 21 additions and 20 deletions
@@ -42,7 +42,7 @@ export default function LineRow({
<Avatar.Group
maxCount={2}
maxPopoverTrigger="click"
size="default"
size="small"
maxStyle={{
color: "#f56a00",
backgroundColor: "#fde3cf",
@@ -52,7 +52,7 @@ export default function LineRow({
className="shadow-lg"
>
{lineDetails.profilePicsLiveBroadcasters.map((avatarSrc) => (
<Avatar src={avatarSrc} shape="square" size={"default"} />
<Avatar src={avatarSrc} shape="square" size={"small"} />
))}
</Avatar.Group>
);