From ff40c79fd243aaddaaf6a4493519831df4755696 Mon Sep 17 00:00:00 2001 From: Shekar Siri Date: Fri, 19 Aug 2022 12:29:58 +0200 Subject: [PATCH] change(ui) - xray - icon color --- .../Session_/OverviewPanel/components/EventRow/EventRow.tsx | 2 +- frontend/app/components/ui/SVG.tsx | 2 +- frontend/app/svg/icons/info-circle.svg | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/app/components/Session_/OverviewPanel/components/EventRow/EventRow.tsx b/frontend/app/components/Session_/OverviewPanel/components/EventRow/EventRow.tsx index 838dbcb04..e250a13af 100644 --- a/frontend/app/components/Session_/OverviewPanel/components/EventRow/EventRow.tsx +++ b/frontend/app/components/Session_/OverviewPanel/components/EventRow/EventRow.tsx @@ -56,7 +56,7 @@ export default EventRow; function RowInfo({ message} : any) { return ( - + ) } diff --git a/frontend/app/components/ui/SVG.tsx b/frontend/app/components/ui/SVG.tsx index 1cec15f80..9aab9f066 100644 --- a/frontend/app/components/ui/SVG.tsx +++ b/frontend/app/components/ui/SVG.tsx @@ -239,7 +239,7 @@ const SVG = (props: Props) => { case 'id-card': return ; case 'image': return ; case 'info-circle-fill': return ; - case 'info-circle': return ; + case 'info-circle': return ; case 'info-square': return ; case 'info': return ; case 'inspect': return ; diff --git a/frontend/app/svg/icons/info-circle.svg b/frontend/app/svg/icons/info-circle.svg index 1dccdda5d..c5ddfebc6 100644 --- a/frontend/app/svg/icons/info-circle.svg +++ b/frontend/app/svg/icons/info-circle.svg @@ -1,7 +1,7 @@ - - + +