chore: update color in reply and forward
This commit is contained in:
@@ -25,7 +25,7 @@ const ForwardedMessage: FC<Props> = ({ context, to, from_uid, id }) => {
|
||||
setForwards(
|
||||
<div
|
||||
data-forwarded-mids={forward_mids.join(",")}
|
||||
className="flex flex-col text-left rounded-lg bg-gray-200 dark:bg-gray-900"
|
||||
className="flex flex-col text-left rounded-lg bg-gray-200 dark:bg-gray-800"
|
||||
>
|
||||
<h4 className="p-2 pb-0 flex items-center gap-1 text-gray-500 text-xs">
|
||||
<IconForward className="w-4 h-4 fill-gray-500" />
|
||||
|
||||
@@ -104,7 +104,7 @@ const Reply: FC<ReplyProps> = ({ mid, interactive = true, context, to = 0 }) =>
|
||||
}, 3000);
|
||||
}
|
||||
};
|
||||
const defaultClass = `w-fit flex items-start flex-col md:flex-row p-2 bg-gray-200 dark:bg-gray-900 rounded-lg gap-2 mb-1`;
|
||||
const defaultClass = `w-fit flex items-start flex-col md:flex-row p-2 bg-gray-100 dark:bg-gray-900 rounded-lg gap-2 mb-1`;
|
||||
if (!data)
|
||||
return (
|
||||
<div key={mid} data-mid={mid} className={clsx(defaultClass, "italic")}>
|
||||
|
||||
Reference in New Issue
Block a user