diff --git a/src/panelWebView/components/Fields/ChoiceField.tsx b/src/panelWebView/components/Fields/ChoiceField.tsx index 3727c5d2..87b46673 100644 --- a/src/panelWebView/components/Fields/ChoiceField.tsx +++ b/src/panelWebView/components/Fields/ChoiceField.tsx @@ -92,7 +92,7 @@ export const ChoiceField: React.FunctionComponent = ({label, className: `metadata_field__choice__toggle`, disabled: availableChoices.length === 0 })}> - {`Select your ${label} value`} + {`Select ${label}`} diff --git a/src/panelWebView/styles.css b/src/panelWebView/styles.css index 129d190b..60cef643 100644 --- a/src/panelWebView/styles.css +++ b/src/panelWebView/styles.css @@ -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;