diff --git a/src/public/app/widgets/type_widgets/options/other/share_settings.ts b/src/public/app/widgets/type_widgets/options/other/share_settings.ts index 52d41552c..e43adc5e1 100644 --- a/src/public/app/widgets/type_widgets/options/other/share_settings.ts +++ b/src/public/app/widgets/type_widgets/options/other/share_settings.ts @@ -8,21 +8,17 @@ const TPL = `
`; export default class ShareSettingsOptions extends OptionsWidget { diff --git a/src/public/stylesheets/theme-next/forms.css b/src/public/stylesheets/theme-next/forms.css index cd4f51073..21a44f247 100644 --- a/src/public/stylesheets/theme-next/forms.css +++ b/src/public/stylesheets/theme-next/forms.css @@ -193,6 +193,11 @@ input::selection, color: var(--input-selection-text-color); } +.form-text { + color: var(--main-text-color); + opacity: 0.8; +} + /* Input groups */ .input-group {