diff --git a/sass/_vars.scss b/sass/_vars.scss index 73837a541..17e248256 100644 --- a/sass/_vars.scss +++ b/sass/_vars.scss @@ -40,8 +40,8 @@ $vars: ( subtle: ( "Placeholder text, icons in idle state", ( - light: palette(darkgray, 6), - dark: palette(lightgray, 3), + light: palette(darkgray, 0), + dark: palette(lightgray, 9), ), ), disabled: ( diff --git a/ts/editor/FieldDescription.svelte b/ts/editor/FieldDescription.svelte index 236a3b90c..b45a9ac6c 100644 --- a/ts/editor/FieldDescription.svelte +++ b/ts/editor/FieldDescription.svelte @@ -37,7 +37,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html right: 0; bottom: 0; - opacity: 0.4; + color: var(--fg-subtle); pointer-events: none; /* Stay a on single line */