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"
>
-
-
-
-
+
+
+
+
));