From 85d55c55e76edfd7661b259d12618e71669ee2d2 Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Wed, 7 Feb 2024 16:15:25 +0200 Subject: add directive to completely disable automatic text color creation --- src/components/icon.style.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/components/icon.style.js') diff --git a/src/components/icon.style.js b/src/components/icon.style.js index adc72fc5..67b8abb5 100644 --- a/src/components/icon.style.js +++ b/src/components/icon.style.js @@ -8,7 +8,8 @@ export default { directives: { textColor: '--text', textOpacity: 0.5, - textOpacityMode: 'mixrgb' + textOpacityMode: 'mixrgb', + textAuto: 'no-auto' } } ] -- cgit v1.2.3-70-g09d2