From 8fea9beabe44d0e9e706de84e15d567fb7031e9e Mon Sep 17 00:00:00 2001 From: John Ballesteros Date: Tue, 27 Aug 2024 13:29:08 +0800 Subject: [PATCH] fix: grantee-item active color for icons/labels --- .../components/ui/grantee-funding-items.tsx | 6 +++- .../components/ui/icons/caret-right-icon.tsx | 3 +- src/shared/components/icons/bank-icon.tsx | 33 ++++--------------- .../components/icons/paperbill-icon.tsx | 24 +++----------- 4 files changed, 18 insertions(+), 48 deletions(-) diff --git a/src/grants/components/ui/grantee-funding-items.tsx b/src/grants/components/ui/grantee-funding-items.tsx index 9cb3ff1..0d62c3f 100644 --- a/src/grants/components/ui/grantee-funding-items.tsx +++ b/src/grants/components/ui/grantee-funding-items.tsx @@ -39,7 +39,11 @@ export const GranteeFundingItems = ({ granteeItem }: Props) => { return ( ); }; diff --git a/src/grants/components/ui/icons/caret-right-icon.tsx b/src/grants/components/ui/icons/caret-right-icon.tsx index 95b07d2..f405e69 100644 --- a/src/grants/components/ui/icons/caret-right-icon.tsx +++ b/src/grants/components/ui/icons/caret-right-icon.tsx @@ -5,14 +5,13 @@ export const CaretRightIcon = memo(() => ( width="32" height="33" viewBox="0 0 32 33" - fill="none" + fill="currentColor" xmlns="http://www.w3.org/2000/svg" > )); diff --git a/src/shared/components/icons/bank-icon.tsx b/src/shared/components/icons/bank-icon.tsx index 53eca48..dafe14d 100644 --- a/src/shared/components/icons/bank-icon.tsx +++ b/src/shared/components/icons/bank-icon.tsx @@ -5,39 +5,20 @@ export const BankIcon = memo(() => ( width="13" height="13" viewBox="0 0 13 13" - fill="none" + fill="currentColor" xmlns="http://www.w3.org/2000/svg" > - - - - - - + + + + + + )); diff --git a/src/shared/components/icons/paperbill-icon.tsx b/src/shared/components/icons/paperbill-icon.tsx index 6aca851..0439e7d 100644 --- a/src/shared/components/icons/paperbill-icon.tsx +++ b/src/shared/components/icons/paperbill-icon.tsx @@ -5,37 +5,23 @@ export const PaperbillIcon = memo(() => ( width="13" height="13" viewBox="0 0 13 13" - fill="none" + fill="currentColor" xmlns="http://www.w3.org/2000/svg" > - - - - + + + + ));