From c7b0d627f61cedfb0a43f81c542e3538895ab113 Mon Sep 17 00:00:00 2001 From: Frenkie Nguyen Date: Thu, 9 Jan 2025 11:13:56 +0700 Subject: [PATCH] [Issue-3958] Extension - Re-enable search token feature --- .../src/components/Layout/parts/SelectAccount/index.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/extension-koni-ui/src/components/Layout/parts/SelectAccount/index.tsx b/packages/extension-koni-ui/src/components/Layout/parts/SelectAccount/index.tsx index 6f73e9a821..35c0378d58 100644 --- a/packages/extension-koni-ui/src/components/Layout/parts/SelectAccount/index.tsx +++ b/packages/extension-koni-ui/src/components/Layout/parts/SelectAccount/index.tsx @@ -367,7 +367,8 @@ const SelectAccount = styled(Component)(({ theme }) => { }, '.selected-account.is-no-all-account': { - marginLeft: token.marginXXS, + paddingLeft: token.marginXXS, + paddingRight: token.paddingLG, '.account-name ': { maxWidth: 165