From a7d771e8c819b7f20bd0048b50e2d14816d28668 Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Wed, 7 Feb 2024 18:54:00 +0200 Subject: more dynamic vars, PROPER ICON COLORS --- src/components/icon.style.js | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/components/icon.style.js') 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' } } ] -- cgit v1.2.3-70-g09d2