aboutsummaryrefslogtreecommitdiff
path: root/src/components/icon.style.js
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2024-02-07 16:15:25 +0200
committerHenry Jameson <me@hjkos.com>2024-02-07 16:15:25 +0200
commit85d55c55e76edfd7661b259d12618e71669ee2d2 (patch)
treeda2c1dcde30e80b22f591468ce6bbe65377e9688 /src/components/icon.style.js
parenta9efbd2553119598e615f718037ea57696d023f6 (diff)
add directive to completely disable automatic text color creation
Diffstat (limited to 'src/components/icon.style.js')
-rw-r--r--src/components/icon.style.js3
1 files changed, 2 insertions, 1 deletions
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'
}
}
]