From 27684d74493437fa444e068a64fb54aa0008debf Mon Sep 17 00:00:00 2001 From: DhairyaMajmudar <2022kuec2045@iiitkota.ac.in> Date: Mon, 1 Jan 2024 19:35:31 +0530 Subject: [PATCH] fix --- src/styles/color_theme.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/color_theme.scss b/src/styles/color_theme.scss index 2041c06d..480d4dd3 100644 --- a/src/styles/color_theme.scss +++ b/src/styles/color_theme.scss @@ -14,7 +14,7 @@ --text-lite: #fff; --text-dark: #000; --text-panel: #fff; - --text-circuit: #fff; + --text-circuit: #000; --context-text: white; --context-text-hov: black;