From 49d26c7f73707971269f6d9685002c6e0d3f05da Mon Sep 17 00:00:00 2001 From: Volpeon Date: Mon, 24 Jun 2024 22:16:56 +0200 Subject: Badge style --- src/objects/_badge.scss | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'src/objects') diff --git a/src/objects/_badge.scss b/src/objects/_badge.scss index 6001564..6a984bf 100644 --- a/src/objects/_badge.scss +++ b/src/objects/_badge.scss @@ -36,13 +36,13 @@ $themes: accent positive negative warning; ), ), --colors: ( - --bg: fn.global-color(--heading), + --bg: fn.global-color(--text-mute), --label: fn.global-color(--bg-l2), --hover: ( --bg: fn.global-color(--text), ), --active: ( - --bg: fn.global-color(--text), + --bg: fn.global-color(--heading), ), --key-focus: ( --bg: fn.global-color(--base --50), @@ -67,13 +67,13 @@ $themes: accent positive negative warning; @include iro.props-store(( --colors: ( --#{$theme}: ( - --bg: fn.global-color(--#{$theme}-static --800), - --label: fn.global-color(--#{$theme}-static --800-text), + --bg: fn.global-color(--#{$theme}-static --900), + --label: fn.global-color(--#{$theme}-static --900-text), --hover: ( - --bg: fn.global-color(--#{$theme}-static --900), + --bg: fn.global-color(--#{$theme}-static --1000), ), --active: ( - --bg: fn.global-color(--#{$theme}-static --900), + --bg: fn.global-color(--#{$theme}-static --1100), ), ), @@ -84,7 +84,7 @@ $themes: accent positive negative warning; --bg: fn.global-color(--#{$theme} --300), ), --active: ( - --bg: fn.global-color(--#{$theme} --300), + --bg: fn.global-color(--#{$theme} --400), ), ) ), -- cgit v1.2.3-54-g00ecf