pleroma-fe/src/components/icon.style.js
2024-01-31 17:39:51 +02:00

16 lines
259 B
JavaScript

export default {
name: 'Icon',
virtual: true,
selector: '.svg-inline--fa',
defaultRules: [
{
component: 'Icon',
directives: {
textColor: '--text',
textOpacity: 0.5,
textOpacityMode: 'mixrgb'
}
}
]
}