From c5152889bf93a9d14d0c58c67ddd4f2a3d1fb4a9 Mon Sep 17 00:00:00 2001 From: Hamid Roohi Date: Thu, 19 Sep 2024 12:33:32 +0330 Subject: [PATCH] fix(icons): update icons color --- pages/globals.css | 10 ++++++++++ plugins/tokenVoting/pages/new.tsx | 6 +++--- plugins/tokenVoting/pages/proposal-list.tsx | 2 +- 3 files changed, 14 insertions(+), 4 deletions(-) diff --git a/pages/globals.css b/pages/globals.css index 38eb7b5..f68f639 100644 --- a/pages/globals.css +++ b/pages/globals.css @@ -77,3 +77,13 @@ label div p.leading-tight { border-color: #ff0083 !important; } + +.VotingIcon svg:first-child path { + fill: #000; + +} + +.VotingIcon svg:first-child path { + fill: #ff0083; + +} diff --git a/plugins/tokenVoting/pages/new.tsx b/plugins/tokenVoting/pages/new.tsx index e1739cf..51ed773 100644 --- a/plugins/tokenVoting/pages/new.tsx +++ b/plugins/tokenVoting/pages/new.tsx @@ -172,7 +172,7 @@ export default function Create() { - +