From 1229bbd855108c03df060474a3bc50100782bf4f Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Wed, 7 Feb 2024 16:17:53 +0200 Subject: [PATCH] don't use no-auto for icons for now --- src/components/icon.style.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/icon.style.js b/src/components/icon.style.js index 67b8abb5ef..66c80882ac 100644 --- a/src/components/icon.style.js +++ b/src/components/icon.style.js @@ -7,9 +7,9 @@ export default { component: 'Icon', directives: { textColor: '--text', + // textAuto: 'no-auto', // doesn't work well with mixrgb? textOpacity: 0.5, - textOpacityMode: 'mixrgb', - textAuto: 'no-auto' + textOpacityMode: 'mixrgb' } } ]