From 64e2682eb482f0fffeab4c521ee6b87801b31d2c Mon Sep 17 00:00:00 2001 From: srikanth716 Date: Tue, 12 Nov 2024 12:45:48 +0530 Subject: [PATCH] [INJIVER-762] revert purple scan outline and refactor color theme Signed-off-by: srikanth716 --- ui/src/assets/purple-scanner-outline.svg | 21 ++++++++------------- ui/src/index.css | 2 -- 2 files changed, 8 insertions(+), 15 deletions(-) diff --git a/ui/src/assets/purple-scanner-outline.svg b/ui/src/assets/purple-scanner-outline.svg index 9c04f015..8bc7f92a 100644 --- a/ui/src/assets/purple-scanner-outline.svg +++ b/ui/src/assets/purple-scanner-outline.svg @@ -1,13 +1,8 @@ - - - - - - - - - - - - - + + + + + + + + \ No newline at end of file diff --git a/ui/src/index.css b/ui/src/index.css index 9a33e6e5..f5b917c1 100644 --- a/ui/src/index.css +++ b/ui/src/index.css @@ -50,8 +50,6 @@ [class="purple_theme"] { --iv-font-base: "Gentium Plus", serif; --iv-primary-color: #5a31ee; - --iv-color-primary: #ff5300; - --iv-color-secondary: #5b03ad; --iv-logo-start-color: #8f69ec; --iv-background-color: #ffffff; --iv-white-text: #ffffff;