feat: add tooltip on hover on stacked avatars

This commit is contained in:
Ephraim Atta-Duncan
2023-06-23 20:19:25 +00:00
committed by Mythie
parent 00a15124be
commit 208e028226
2 changed files with 124 additions and 23 deletions

View File

@ -11,7 +11,7 @@ export const StackAvatar = ({ first, zIndex, fallbackText, type }: StackAvatarPr
let classes = '';
switch (type) {
case 'unsigned':
classes = 'bg-dawn-400 text-dawn-900';
classes = 'bg-dawn-200 text-dawn-900';
break;
case 'waiting':
classes = 'bg-water text-water-700';