aboutsummaryrefslogtreecommitdiff
path: root/src/components/icon.style.js
diff options
context:
space:
mode:
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'
}
}
]