replace new button

This commit is contained in:
2025-06-11 12:18:15 +05:00
parent e3eea86e28
commit 8e4546edc5
20 changed files with 130 additions and 250 deletions
+7 -7
View File
@@ -3,7 +3,7 @@ import { format } from "date-fns";
import { ru } from "date-fns/locale";
import getIntervalDuration from "../../utils/interval-duration";
import MagicIcon from "../icons/MagicIcon";
import NewButton from "../NewButton";
import Button from "../Button";
import ChevronRightIcon from "../icons/ChevronRightIcon";
import Badge from "../Badge";
import ClientCard from "../ClientCard";
@@ -100,29 +100,29 @@ function SessionModal({ session }: { session: Session }) {
согласование с семьей и выбор этажа. Необходимо подготовить
предварительный договор к следующей встрече.
</div>
<NewButton variant="primary" size="large">
<Button variant="primary" size="large">
Весь отчет по встрече
<span className="w-[1.111vw] h-[1.111vw] text-[#7B60F3]">
<ChevronRightIcon />
</span>
</NewButton>
</Button>
</div>
<div className="flex flex-col gap-[1.111vw] bg-white rounded-[1.667vw] p-[1.111vw]">
<h3 className="title-s flex items-center font-medium gap-[0.556vw]">
<span>Документы по сеансу</span> <Badge count={4} />
</h3>
<div className="flex w-full gap-[0.556vw]">
<NewButton variant="primary" size="large" className="w-full">
<Button variant="primary" size="large" className="w-full">
<span className="w-[1.111vw] h-[1.111vw] text-[#7B60F3]">
<DownloadIcon />
</span>
Скачать архивом
</NewButton>
<NewButton variant="primary" size="large">
</Button>
<Button variant="primary" size="large">
<span className="w-[1.111vw] h-[1.111vw] text-[#7B60F3]">
<ShareIcon />
</span>
</NewButton>
</Button>
</div>
</div>
</div>