From b14d333b4d5867f9b305c7577502230de9f23df6 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 7 May 2026 05:42:25 +0000 Subject: [PATCH] refactor(ui): tokenize marketplace and history accents --- web/src/tabs/HistoryTab.tsx | 14 +++++++------- web/src/tabs/MarketplaceTab.tsx | 6 +++--- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/web/src/tabs/HistoryTab.tsx b/web/src/tabs/HistoryTab.tsx index c51790b..1f41b40 100644 --- a/web/src/tabs/HistoryTab.tsx +++ b/web/src/tabs/HistoryTab.tsx @@ -395,7 +395,7 @@ export const HistoryTab = ({ botState }: HistoryTabProps) => { if (loading) { return (
-
+
); } @@ -414,7 +414,7 @@ export const HistoryTab = ({ botState }: HistoryTabProps) => {