diff --git a/src/common/component/BlankPlaceholder.tsx b/src/common/component/BlankPlaceholder.tsx index 4247a9c5..78911e08 100644 --- a/src/common/component/BlankPlaceholder.tsx +++ b/src/common/component/BlankPlaceholder.tsx @@ -14,7 +14,7 @@ interface Props { type?: "chat" | "user"; } const classes = { - box: "w-[220px] md:w-[200px] h-[100px] md:h-[200px] cursor-pointer bg-white dark:bg-gray-800 rounded-3xl flex-center flex-col gap-4", + box: "w-[220px] md:w-[200px] h-[100px] md:h-[200px] cursor-pointer bg-gray-50 dark:bg-gray-800 rounded-3xl flex-center flex-col gap-4", boxIcon: "w-7 h-7 md:w-10 md:h-10", boxTip: "px-5 text-xs md:text-sm text-slate-600 dark:text-gray-100 font-bold text-center" }; diff --git a/src/common/component/Channel.tsx b/src/common/component/Channel.tsx index d45944a9..17fbee49 100644 --- a/src/common/component/Channel.tsx +++ b/src/common/component/Channel.tsx @@ -24,7 +24,7 @@ const Channel: FC = ({ interactive = true, id, compact = false, avatarSiz return (
= ({ personal = false, closeModal }) => {
{t("channel_name")}
- +
diff --git a/src/common/component/FileBox/preview/Audio.tsx b/src/common/component/FileBox/preview/Audio.tsx index 5a0bf552..fea7f53a 100644 --- a/src/common/component/FileBox/preview/Audio.tsx +++ b/src/common/component/FileBox/preview/Audio.tsx @@ -16,7 +16,7 @@ const Audio: FC = ({ url }) => { return (
{err ? ( -
Unable to play this audio
+
Unable to play this audio
) : (