From 5b81d1f083b2cb1c4dfa47b6c434a0cd49b961fe Mon Sep 17 00:00:00 2001 From: captain-Akshay Date: Sun, 5 May 2024 13:46:49 +0530 Subject: [PATCH] feat(components): ui bug Signed-off-by: captain-Akshay --- src/custom/TransferModal/TransferList/style.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/custom/TransferModal/TransferList/style.tsx b/src/custom/TransferModal/TransferList/style.tsx index d82e47336..75c58af85 100644 --- a/src/custom/TransferModal/TransferList/style.tsx +++ b/src/custom/TransferModal/TransferList/style.tsx @@ -47,6 +47,8 @@ export const TransferButton = styled(Button)(({ theme }) => ({ borderRadius: '10px', borderColor: theme.palette.border?.strong, boxShadow: 'none', + display: 'flex', + flexDirection: 'row', fill: theme.palette.icon.default, '&:hover': { borderColor: theme.palette.border?.brand,