fix: tweak UX

This commit is contained in:
Tristan Yang
2023-02-28 20:04:53 +08:00
parent 4eff75af64
commit 270cac5a44
6 changed files with 47 additions and 45 deletions
+1 -1
View File
@@ -98,7 +98,7 @@ const Message: FC<IProps> = ({
ref={inviewRef}
className={clsx(`group w-full relative flex items-start gap-2 md:gap-4 px-1 md:px-2 py-1 my-2 rounded-lg md:dark:hover:bg-gray-800 md:hover:bg-gray-100`,
readOnly && "hover:bg-transparent",
showExpire && "bg-red-200",
showExpire && "bg-red-200 dark:bg-red-200/40",
pinInfo && "bg-cyan-50 dark:bg-cyan-800 pt-7"
)}
>