mirror of
https://github.com/OpenHands/OpenHands.git
synced 2026-03-22 05:37:20 +08:00
refactor(frontend): remove border and border radius from ConversationLoading (#12756)
This commit is contained in:
@@ -6,7 +6,7 @@ export function ConversationLoading() {
|
|||||||
const { t } = useTranslation();
|
const { t } = useTranslation();
|
||||||
|
|
||||||
return (
|
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" />
|
<LoaderCircle className="animate-spin w-16 h-16" color="white" />
|
||||||
<span className="text-2xl font-normal leading-5 text-white p-4">
|
<span className="text-2xl font-normal leading-5 text-white p-4">
|
||||||
{t(I18nKey.HOME$LOADING)}
|
{t(I18nKey.HOME$LOADING)}
|
||||||
|
|||||||
Reference in New Issue
Block a user