diff options
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 | } |