fix: update StartSessionIcon color and adjust text color in CreateSessionModal

This commit is contained in:
2025-06-20 15:07:00 +05:00
parent 2e5790d246
commit 3f11fcd829
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ function StartSessionIcon() {
<rect width={20} height={20} rx={10} fill="#fff" fillOpacity={0.1} />
<path
d="M13.438 9.595a.5.5 0 0 1 0 .81l-4.645 3.353A.5.5 0 0 1 8 13.353V6.647a.5.5 0 0 1 .793-.405z"
fill="currentColor"
fill="#fff"
/>
</svg>
);
+1 -1
View File
@@ -288,7 +288,7 @@ export default function CreateSessionModal({ targetServerId, client }: Props) {
variant="cta"
size="large"
>
<div className="size-[1.111vw]">
<div className="size-[1.111vw] text-[#9184F6]">
<StartSessionIcon />
</div>
<span>Запустить сеанс</span>