From 64010cd2f428fdae7064d90ac498fc14072e6dc6 Mon Sep 17 00:00:00 2001 From: Lucas Oliveira Date: Thu, 11 May 2023 23:20:27 -0300 Subject: [PATCH] changed dark mode at node modal --- src/frontend/src/components/inputComponent/index.tsx | 2 +- .../src/modals/NodeModal/components/ModalField/index.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/frontend/src/components/inputComponent/index.tsx b/src/frontend/src/components/inputComponent/index.tsx index 67eff6abf..318a21875 100644 --- a/src/frontend/src/components/inputComponent/index.tsx +++ b/src/frontend/src/components/inputComponent/index.tsx @@ -27,7 +27,7 @@ export default function InputComponent({ {display && (
- {title} + {title} {required ? " *" : ""}
)}