diff options
| author | Henry Jameson <me@hjkos.com> | 2024-02-07 16:15:25 +0200 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2024-02-07 16:15:25 +0200 |
| commit | 85d55c55e76edfd7661b259d12618e71669ee2d2 (patch) | |
| tree | da2c1dcde30e80b22f591468ce6bbe65377e9688 /src/components/icon.style.js | |
| parent | a9efbd2553119598e615f718037ea57696d023f6 (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.js | 3 |
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' } } ] |
