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.js13
1 files changed, 12 insertions, 1 deletions
diff --git a/src/components/icon.style.js b/src/components/icon.style.js
index 732cf16f..adc72fc5 100644
--- a/src/components/icon.style.js
+++ b/src/components/icon.style.js
@@ -1,4 +1,15 @@
export default {
name: 'Icon',
- selector: '.icon'
+ virtual: true,
+ selector: '.svg-inline--fa',
+ defaultRules: [
+ {
+ component: 'Icon',
+ directives: {
+ textColor: '--text',
+ textOpacity: 0.5,
+ textOpacityMode: 'mixrgb'
+ }
+ }
+ ]
}