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.js6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/components/icon.style.js b/src/components/icon.style.js
index 66c80882..81bbbce0 100644
--- a/src/components/icon.style.js
+++ b/src/components/icon.style.js
@@ -6,10 +6,8 @@ export default {
{
component: 'Icon',
directives: {
- textColor: '--text',
- // textAuto: 'no-auto', // doesn't work well with mixrgb?
- textOpacity: 0.5,
- textOpacityMode: 'mixrgb'
+ textColor: '$blend(--parent, 0.5, --parent--text)',
+ textAuto: 'no-auto'
}
}
]