From 1e0a14cebc89f519e4a4800ef0ce8d3cd4eecec4 Mon Sep 17 00:00:00 2001 From: abefernan <44572727+abefernan@users.noreply.github.com> Date: Tue, 3 Oct 2023 13:03:47 +0200 Subject: [PATCH] Tweak components that would be changed --- components/inputs/Input.tsx | 1 + components/inputs/JsonEditor.tsx | 1 + 2 files changed, 2 insertions(+) diff --git a/components/inputs/Input.tsx b/components/inputs/Input.tsx index 06dbb14..346c109 100644 --- a/components/inputs/Input.tsx +++ b/components/inputs/Input.tsx @@ -39,6 +39,7 @@ const Input = (props: InputProps) => ( } label { + color: white; font-style: italic; font-size: 12px; margin-bottom: ${props.type === "checkbox" ? 0 : "1em"}; diff --git a/components/inputs/JsonEditor.tsx b/components/inputs/JsonEditor.tsx index 14b8b29..1986c57 100644 --- a/components/inputs/JsonEditor.tsx +++ b/components/inputs/JsonEditor.tsx @@ -51,6 +51,7 @@ export default function JsonEditor({ label, ...editorProps }: JsonEditorProps) { {label ? : null}