aboutsummaryrefslogtreecommitdiff
path: root/src/components/icon.style.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/icon.style.js')
-rw-r--r--src/components/icon.style.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/icon.style.js b/src/components/icon.style.js
index 81bbbce0..6cb9e4e3 100644
--- a/src/components/icon.style.js
+++ b/src/components/icon.style.js
@@ -6,7 +6,7 @@ export default {
{
component: 'Icon',
directives: {
- textColor: '$blend(--parent, 0.5, --parent--text)',
+ textColor: '$blend(--stack, 0.5, --parent--text)',
textAuto: 'no-auto'
}
}