pleroma-fe/src/components/icon.style.js

17 lines
325 B
JavaScript

export default {
name: 'Icon',
virtual: true,
selector: '.svg-inline--fa',
defaultRules: [
{
component: 'Icon',
directives: {
textColor: '--text',
// textAuto: 'no-auto', // doesn't work well with mixrgb?
textOpacity: 0.5,
textOpacityMode: 'mixrgb'
}
}
]
}