From cf6f051ee8368d2d7ec543af6c54c094e6e04618 Mon Sep 17 00:00:00 2001 From: Elio Struyf Date: Mon, 14 Feb 2022 11:38:13 -0800 Subject: [PATCH] Fix background color + labels --- src/panelWebView/components/Fields/ChoiceField.tsx | 2 +- src/panelWebView/styles.css | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) 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;