fix: update StartSessionIcon color and adjust text color in CreateSessionModal
This commit is contained in:
@@ -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>
|
||||
);
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user