Tweak components that would be changed

This commit is contained in:
abefernan 2023-10-03 13:03:47 +02:00
parent baf72bdba8
commit 1e0a14cebc
2 changed files with 2 additions and 0 deletions

View File

@ -39,6 +39,7 @@ const Input = (props: InputProps) => (
}
label {
color: white;
font-style: italic;
font-size: 12px;
margin-bottom: ${props.type === "checkbox" ? 0 : "1em"};

View File

@ -51,6 +51,7 @@ export default function JsonEditor({ label, ...editorProps }: JsonEditorProps) {
{label ? <label>{label}</label> : null}
<style jsx>{`
.container {
padding: 0;
display: flex;
flex-direction: column;
gap: 0.8em;