mirror of
https://github.com/ONLYOFFICE/desktop-sdk.git
synced 2026-02-10 18:15:05 +08:00
AIAgent: fix line height
This commit is contained in:
@ -13,7 +13,7 @@ const EmptyScreen = () => {
|
||||
<div className="flex items-center justify-center h-full">
|
||||
<div className="max-w-[573px] text-center flex flex-col items-center gap-[40px]">
|
||||
<div className="flex flex-col gap-[16px]">
|
||||
<h1 className="select-none text-center text-[32px] font-bold leading-[24px] text-[var(--empty-screen-color)]">
|
||||
<h1 className="select-none text-center text-[32px] font-bold leading-[36px] text-[var(--empty-screen-color)]">
|
||||
{t("ConnectAIModel")}
|
||||
</h1>
|
||||
<p className="select-none text-center text-[16px] font-normal leading-[24px] text-[var(--empty-screen-description-color)]">
|
||||
|
||||
Reference in New Issue
Block a user