From 0d005df463c0d45f1b68b13e232d4c290cc0925a Mon Sep 17 00:00:00 2001 From: t0ng7u Date: Sun, 13 Jul 2025 19:34:20 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20feat(ui):=20Change=20TolenTables?= =?UTF-8?q?=20Progress=20Style=20`marginTop`=200=20to=201px?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/components/table/TokensTable.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/components/table/TokensTable.js b/web/src/components/table/TokensTable.js index 18303da7..2eea74ce 100644 --- a/web/src/components/table/TokensTable.js +++ b/web/src/components/table/TokensTable.js @@ -112,7 +112,7 @@ const TokensTable = () => { stroke={getProgressColor(percent)} aria-label='quota usage' format={() => `${percent.toFixed(0)}%`} - style={{ width: '100%', marginTop: 0, marginBottom: 0 }} + style={{ width: '100%', marginTop: '1px', marginBottom: 0 }} /> );