From 52bc737136ac132790cfeaa4bbaca748feb404a9 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Mon, 7 Feb 2022 21:31:41 +0100 Subject: Improved accent handling --- src/objects/_field-label.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/objects/_field-label.scss') diff --git a/src/objects/_field-label.scss b/src/objects/_field-label.scss index aaa5cca..66f5ef7 100644 --- a/src/objects/_field-label.scss +++ b/src/objects/_field-label.scss @@ -15,7 +15,7 @@ --colors: ( --label: fn.global-color(--fg-hi), --hint: fn.global-color(--fg), - --error-hint: fn.global-color(--accent --error), + --error-hint: fn.global-color(--accent --error --main), --disabled: fn.global-color(--fg-hi3), ), ), 'colors'); -- cgit v1.2.3-54-g00ecf