diff options
author | Volpeon <git@volpeon.ink> | 2024-10-19 18:23:02 +0200 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2024-10-19 18:23:02 +0200 |
commit | 27222cb91c390a42055a7123b5a9409c928e8b26 (patch) | |
tree | 650b5614c4aae0056127038a4ab204198aae7f4d /src/objects/_palette.scss | |
parent | Update (diff) | |
download | iro-design-27222cb91c390a42055a7123b5a9409c928e8b26.tar.gz iro-design-27222cb91c390a42055a7123b5a9409c928e8b26.tar.bz2 iro-design-27222cb91c390a42055a7123b5a9409c928e8b26.zip |
Fixes
Diffstat (limited to 'src/objects/_palette.scss')
-rw-r--r-- | src/objects/_palette.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/objects/_palette.scss b/src/objects/_palette.scss index d83b297..00c0881 100644 --- a/src/objects/_palette.scss +++ b/src/objects/_palette.scss | |||
@@ -52,7 +52,7 @@ | |||
52 | $key: list.nth(map.keys($contrasts), $i); | 52 | $key: list.nth(map.keys($contrasts), $i); |
53 | 53 | ||
54 | &:nth-child(#{$i}) { | 54 | &:nth-child(#{$i}) { |
55 | background-color: props.get(core.$static-colors, $palette-name, $key); | 55 | background-color: props.get(core.$theme, #{$palette-name}-static, $key); |
56 | } | 56 | } |
57 | } | 57 | } |
58 | } | 58 | } |