refactor(frontend): remove border and border radius from ConversationLoading (#12756)

This commit is contained in:
Hiep Le
2026-02-05 21:50:07 +07:00
committed by GitHub
parent e38f1283ea
commit a1989a40b3

View File

@@ -6,7 +6,7 @@ export function ConversationLoading() {
const { t } = useTranslation();
return (
<div className="bg-[#25272D] border border-[#525252] rounded-xl flex flex-col items-center justify-center h-full w-full">
<div className="bg-[#25272D] flex flex-col items-center justify-center h-full w-full">
<LoaderCircle className="animate-spin w-16 h-16" color="white" />
<span className="text-2xl font-normal leading-5 text-white p-4">
{t(I18nKey.HOME$LOADING)}