From 13d3a67fc873869b17cf5a80ec2e27455f8c82ab Mon Sep 17 00:00:00 2001 From: evavirseda Date: Mon, 25 Nov 2024 15:53:05 +0100 Subject: [PATCH] add missing dark color --- apps/wallet/src/ui/app/components/SummaryListItem.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/wallet/src/ui/app/components/SummaryListItem.tsx b/apps/wallet/src/ui/app/components/SummaryListItem.tsx index d849b71a534..6945484a79c 100644 --- a/apps/wallet/src/ui/app/components/SummaryListItem.tsx +++ b/apps/wallet/src/ui/app/components/SummaryListItem.tsx @@ -10,7 +10,7 @@ export function SummaryListItem({ icon, text }: SummaryListItemProps) { return (
{icon} - {text} + {text}
); }