From 326225d37c1914d240f7b425c1d098175b08c663 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Sun, 5 Feb 2023 21:32:51 +0100 Subject: Fixed action menu border --- src/_declare-vars.scss | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'src/_declare-vars.scss') diff --git a/src/_declare-vars.scss b/src/_declare-vars.scss index 5612ff0..d15705b 100644 --- a/src/_declare-vars.scss +++ b/src/_declare-vars.scss @@ -193,8 +193,9 @@ --fg-lo: fn.color(--gray --11, null), // Strong text --border: ( - --regular: fn.color(--obj, null), - --stable: iro.props-get-static(--colors --gray --5, 'palette-light'), + --regular: fn.color(--obj, null), + --stable: iro.props-get-static(--colors --gray --5, 'palette-light'), + --stable-lo: iro.props-get-static(--colors --gray --6, 'palette-light'), ), --blue: fn.color-palette(blend.lch(48% 50 279)), @@ -256,7 +257,8 @@ @include iro.props-store(( --colors: ( --border: ( - --stable: iro.props-get-static(--colors --gray --5, 'palette-dark-lo'), + --stable: iro.props-get-static(--colors --gray --5, 'palette-dark-lo'), + --stable-lo: iro.props-get-static(--colors --gray --6, 'palette-dark-lo'), ), --blue: fn.color-palette(blend.lch(63% 50 279), -1), -- cgit v1.2.3-54-g00ecf