Fix background color + labels

This commit is contained in:
Elio Struyf
2022-02-14 11:38:13 -08:00
parent bebde4de68
commit cf6f051ee8
2 changed files with 1 additions and 3 deletions
@@ -92,7 +92,7 @@ export const ChoiceField: React.FunctionComponent<IChoiceFieldProps> = ({label,
className: `metadata_field__choice__toggle`,
disabled: availableChoices.length === 0
})}>
<span>{`Select your ${label} value`}</span>
<span>{`Select ${label}`}</span>
<ChevronDownIcon className="icon" />
</button>
-2
View File
@@ -3,7 +3,6 @@
background-color: transparent;
border: 1px dashed var(--vscode-button-background);
padding: 1rem;
filter: brightness(85%);
}
.json_data__field {
@@ -16,7 +15,6 @@
background-color: transparent;
border: 1px dashed var(--vscode-button-background);
padding: 1rem;
filter: brightness(85%);
h3 {
font-size: 1rem;