From 0770290765106bc7c9679e094c53193b1a8e790b Mon Sep 17 00:00:00 2001 From: Matthias Metelka <62722460+kleinerpirat@users.noreply.github.com> Date: Wed, 2 Nov 2022 09:30:13 +0100 Subject: [PATCH] Make fg-subtle subtle (#2164) Meant to do this for a while (since I removed fg-faint), but didn't get around to it. --- sass/_vars.scss | 4 ++-- ts/editor/FieldDescription.svelte | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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 */