From 3e5a8892479b262770eb9d2dc7d1714b02bed980 Mon Sep 17 00:00:00 2001 From: yjin Date: Sat, 4 Jan 2025 12:39:41 +0900 Subject: [PATCH] fix: [GSW-2033] path-link-icon color --- .../SwapInfoTransactionListTable.styles.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packages/web/src/layouts/swap/components/swap-info-transaction-list/swap-info-transaction-list-table/SwapInfoTransactionListTable.styles.ts b/packages/web/src/layouts/swap/components/swap-info-transaction-list/swap-info-transaction-list-table/SwapInfoTransactionListTable.styles.ts index 69ed5e3fe..be59a9167 100644 --- a/packages/web/src/layouts/swap/components/swap-info-transaction-list/swap-info-transaction-list-table/SwapInfoTransactionListTable.styles.ts +++ b/packages/web/src/layouts/swap/components/swap-info-transaction-list/swap-info-transaction-list-table/SwapInfoTransactionListTable.styles.ts @@ -74,6 +74,9 @@ export const TableColumn = styled.div<{ tdWidth: number }>` } .path-link-icon { + path { + fill: ${({ theme }) => theme.color.text04}; + } &:hover { path { fill: ${({ theme }) => theme.color.text03};