From 69308846e2b859f255e64fc7baf2b70230c4b5a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hub=C3=A9rt=20de=20Lalye?= Date: Sun, 12 Jan 2025 23:34:14 +0400 Subject: [PATCH 1/2] hotfix: fixed pool text style in select market toast message --- src/pages/SyntheticsPage/SyntheticsPage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/SyntheticsPage/SyntheticsPage.tsx b/src/pages/SyntheticsPage/SyntheticsPage.tsx index 2c0a1ed0af..9f0767d52a 100644 --- a/src/pages/SyntheticsPage/SyntheticsPage.tsx +++ b/src/pages/SyntheticsPage/SyntheticsPage.tsx @@ -168,7 +168,7 @@ export function SyntheticsPage(p: Props) { {position?.isLong ? "Long" : "Short"}{" "}
{indexName} - [{poolName}] + [{poolName}]
{" "} market selected. From 5038ee714429c27ba7383b2f0eeedb5d175a94c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hub=C3=A9rt=20de=20Lalye?= Date: Mon, 13 Jan 2025 12:34:37 +0400 Subject: [PATCH 2/2] [rebuild]