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

15 lines
257 B
JavaScript
Raw Normal View History

2024-01-18 12:35:25 +00:00
export default {
name: 'Icon',
2024-01-31 15:39:51 +00:00
virtual: true,
selector: '.svg-inline--fa',
defaultRules: [
{
component: 'Icon',
directives: {
textColor: '$blend(--stack, 0.5, --parent--text)',
2024-02-07 16:54:00 +00:00
textAuto: 'no-auto'
2024-01-31 15:39:51 +00:00
}
}
]
2024-01-18 12:35:25 +00:00
}