better ui with unheard messages and such

This commit is contained in:
talksik
2022-05-11 10:38:20 -05:00
parent 1e8bc1de37
commit 1aed13dc27
3 changed files with 129 additions and 9 deletions
@@ -31,7 +31,7 @@ function LineIcon({
src={avatarSrc}
shape="square"
size={"small"}
className={`absolute bottom-0 left-0 bg-slate-200`}
className={`shadow-lg absolute bottom-0 left-0 bg-slate-200`}
/>
);
} else if (index === 1) {
@@ -57,7 +57,7 @@ function LineIcon({
src={avatarSrc}
shape="square"
size={"default"}
className={`${grayscale && "grayscale"}`}
className={`${grayscale && "grayscale"} shadow-lg`}
/>
))
)}