mirror of
https://github.com/documenso/documenso.git
synced 2025-11-18 02:32:00 +10:00
feat: add tooltip on hover on stacked avatars
This commit is contained in:
committed by
Mythie
parent
00a15124be
commit
208e028226
@ -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';
|
||||
|
||||
Reference in New Issue
Block a user